5b8f23b0106d879adad3543827c784119fd7e2b4
[l2switch.git] / features / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <features name="l2switch-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
3           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
5   <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/${openflow.plugin.version}/xml/features</repository>
6   <repository>mvn:org.opendaylight.netconf/features-restconf/${restconf.version}/xml/features</repository>
7   <repository>mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features</repository>
8   <feature name='odl-l2switch-all' description="OpenDaylight :: L2Switch :: All" version='${project.version}'>
9     <feature version="${project.version}">odl-l2switch-switch</feature>
10   </feature>
11   <feature name='odl-l2switch-switch' description="OpenDaylight :: L2Switch :: Switch" version='${project.version}'>
12     <feature version="${project.version}">odl-l2switch-hosttracker</feature>
13     <feature version="${project.version}">odl-l2switch-arphandler</feature>
14     <bundle>mvn:org.opendaylight.l2switch.main/main-impl/{{VERSION}}</bundle>
15   </feature>
16   <feature name='odl-l2switch-switch-rest' description="OpenDaylight :: L2Switch :: Switch" version='${project.version}'>
17     <feature version="${project.version}">odl-l2switch-switch</feature>
18     <feature version="${restconf.version}">odl-restconf</feature>
19   </feature>
20   <feature name='odl-l2switch-switch-ui' description="OpenDaylight :: L2Switch :: Switch" version='${project.version}'>
21     <feature version="${project.version}">odl-l2switch-switch-rest</feature>
22     <feature version="${restconf.version}">odl-mdsal-apidocs</feature>
23     <feature version="${mdsal.version}">odl-mdsal-xsql</feature>
24     <feature version="${dlux.version}">odl-dlux-core</feature>
25   </feature>
26   <feature name='odl-l2switch-hosttracker' description="OpenDaylight :: L2Switch :: HostTracker" version='${project.version}'>
27     <feature version="${project.version}">odl-l2switch-addresstracker</feature>
28     <bundle>mvn:org.opendaylight.l2switch.hosttracker/hosttracker-model/{{VERSION}}</bundle>
29     <bundle>mvn:org.opendaylight.l2switch.hosttracker/hosttracker-impl/{{VERSION}}</bundle>
30   </feature>
31   <feature name='odl-l2switch-addresstracker' description="OpenDaylight :: L2Switch :: AddressTracker" version='${project.version}'>
32     <feature version="${project.version}">odl-l2switch-packethandler</feature>
33     <bundle>mvn:org.opendaylight.l2switch.addresstracker/addresstracker-model/{{VERSION}}</bundle>
34     <bundle>mvn:org.opendaylight.l2switch.addresstracker/addresstracker-impl/{{VERSION}}</bundle>
35   </feature>
36   <feature name='odl-l2switch-arphandler' description="OpenDaylight :: L2Switch :: ArpHandler" version='${project.version}'>
37     <feature version="${project.version}">odl-l2switch-packethandler</feature>
38     <feature version="${project.version}">odl-l2switch-loopremover</feature>
39     <bundle>mvn:org.opendaylight.l2switch.addresstracker/addresstracker-model/{{VERSION}}</bundle>
40     <bundle>mvn:org.opendaylight.l2switch.arphandler/arphandler-impl/{{VERSION}}</bundle>
41   </feature>
42   <feature name='odl-l2switch-loopremover' description="OpenDaylight :: L2Switch :: LoopRemover" version='${project.version}'>
43     <feature version="${openflow.plugin.version}">odl-openflowplugin-flow-services</feature>
44     <bundle>mvn:org.opendaylight.l2switch.loopremover/loopremover-model/{{VERSION}}</bundle>
45     <bundle>mvn:org.opendaylight.l2switch.loopremover/loopremover-impl/{{VERSION}}</bundle>
46     <bundle>mvn:org.opendaylight.controller.thirdparty/net.sf.jung2/2.0.1</bundle>
47   </feature>
48   <feature name='odl-l2switch-packethandler' description="OpenDaylight :: L2Switch :: PacketHandler" version='${project.version}'>
49     <feature version="${openflow.plugin.version}">odl-openflowplugin-southbound</feature>
50     <bundle>mvn:org.opendaylight.l2switch.packethandler/packethandler-model/{{VERSION}}</bundle>
51     <bundle>mvn:org.opendaylight.l2switch.packethandler/packethandler-impl/{{VERSION}}</bundle>
52     <configfile finalname="${config.configfile.directory}/${config.packethandler.configfile}">mvn:org.opendaylight.l2switch.packethandler/packethandler-config/{{VERSION}}/xml/config</configfile>
53   </feature>
54 </features>