Migrate to odlparent 1.9.0
[didm.git] / features / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4 (c) Copyright 2015 Hewlett-Packard Development Company, L.P.
5
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <features name="odl-didm-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
11   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12   xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
13   
14   <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
15   <repository>mvn:org.opendaylight.snmp/features-snmp/{{VERSION}}/xml/features</repository>
16   <repository>mvn:org.opendaylight.didm/features-common/{{VERSION}}/xml/features</repository>
17   <repository>mvn:org.opendaylight.didm/features-didm-hp/{{VERSION}}/xml/features</repository>
18   <repository>mvn:org.opendaylight.didm/features-didm-ovs/{{VERSION}}/xml/features</repository>
19
20    <!-- the 'all' feature does not include the driver-test -->
21     <feature name='odl-didm-all' version='${project.version}' description='OpenDaylight :: Device Identification and Driver Management :: All'>
22         <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
23         <feature version='${project.version}'>odl-didm-util</feature>
24         <feature version='${project.version}'>odl-didm-identification</feature>
25         <feature version='${project.version}'>odl-didm-drivers</feature>
26         <feature version='${project.version}'>odl-didm-ovs-all</feature>
27         <feature version='${project.version}'>odl-didm-hp-all</feature> 
28         <feature version='${snmp.version}'>odl-snmp-plugin</feature>
29         <!--<feature version='${project.version}'>odl-didm-flowmod-test</feature>
30         <feature version='${project.version}'>odl-didm-driver-test</feature>-->
31     </feature>
32
33
34 <!--
35     <feature name='odl-didm-flowmod-test' version='${project.version}' description='OpenDaylight :: Device Identification and Driver Management :: FlowmodTest'>
36         <feature version='${openflowjava.version}'>odl-openflowjava-protocol</feature>
37         <feature version='${openflowplugin.version}'>odl-openflowplugin-all</feature>
38         <feature version='${project.version}'>odl-didm-drivers</feature>
39
40         <bundle>mvn:org.opendaylight.didm/didm-tools-utils/${project.version}</bundle>  
41         <bundle>mvn:org.opendaylight.didm/didm-flowmod-test/${project.version}</bundle>
42
43         <configfile finalname="${config.configfile.directory}/${didm.flowmod-test.configfile}">mvn:org.opendaylight.didm/didm-flowmod-test/${project.version}/xml/config</configfile>
44     </feature>
45
46     <feature name='odl-didm-driver-test' version='${project.version}' description='OpenDaylight :: Device Identification and Driver Management :: driver-test'>
47         <feature version='${project.version}'>odl-didm-util</feature> 
48         <feature version='${openflowplugin.version}'>odl-openflowplugin-all-li</feature>
49
50         <bundle>mvn:org.opendaylight.didm/didm-tools-utils/${project.version}</bundle> 
51         <bundle>mvn:org.opendaylight.didm/didm-drivers-api/${project.version}</bundle>
52         <bundle>mvn:org.opendaylight.didm/didm-driver-test/${project.version}</bundle>
53
54         <configfile finalname="${config.configfile.directory}/${didm.drivertest.configfile}">mvn:org.opendaylight.didm/didm-driver-test/${project.version}/xml/config</configfile>
55     </feature>
56 -->
57 </features>