blob: 84cc08208a2b2762390950bf1ba7a4622d1739e2 [file] [log] [blame]
Patrick Bradyc7d00752017-06-01 10:45:37 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ============LICENSE_START=======================================================
Patrick Brady10bba352017-07-19 12:09:28 -07004 ONAP : APPC
Patrick Bradyc7d00752017-06-01 10:45:37 -07005 ================================================================================
Patrick Brady5b817642018-03-22 15:12:48 -07006 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Patrick Bradyc7d00752017-06-01 10:45:37 -07007 ================================================================================
Patrick Brady10bba352017-07-19 12:09:28 -07008 Copyright (C) 2017 Amdocs
9 =============================================================================
Patrick Bradyc7d00752017-06-01 10:45:37 -070010 Licensed under the Apache License, Version 2.0 (the "License");
11 you may not use this file except in compliance with the License.
12 You may obtain a copy of the License at
13
14 http://www.apache.org/licenses/LICENSE-2.0
15
16 Unless required by applicable law or agreed to in writing, software
17 distributed under the License is distributed on an "AS IS" BASIS,
18 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 See the License for the specific language governing permissions and
20 limitations under the License.
Patrick Brady10bba352017-07-19 12:09:28 -070021
Patrick Brady10bba352017-07-19 12:09:28 -070022 ============LICENSE_END=========================================================
Patrick Bradyc7d00752017-06-01 10:45:37 -070023 -->
24
25
26<features name="appc-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
27 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
28 xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
29
Patrick Brady5b817642018-03-22 15:12:48 -070030 <!--<repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features</repository>-->
Patrick Bradyc7d00752017-06-01 10:45:37 -070031
32 <feature name='appc-oam' description="appc oam module" version='${project.version}'>
Patrick Brady5b817642018-03-22 15:12:48 -070033 <feature >odl-mdsal-broker</feature>
Anand9ebb5dd2018-01-04 12:44:05 -050034 <feature version='${project.version}'>appc-lifecycle-management</feature>
Patrick Brady07567592017-12-13 11:09:30 -080035 <bundle>mvn:org.onap.appc/appc-oam-model/${project.version}</bundle>
36 <bundle>mvn:org.onap.appc/appc-oam-bundle/${project.version}</bundle>
37 <configfile finalname="etc/opendaylight/karaf/201-appc-oam.xml">mvn:org.onap.appc/appc-oam-bundle/${project.version}/xml/config</configfile>
Patrick Bradyc7d00752017-06-01 10:45:37 -070038 </feature>
39
40</features>