999d8a75dbc324e8a886920843c57997286b812c
[openflowplugin.git] / features / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="openflowplugin-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
4    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5    xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
6     <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
7     <repository>mvn:org.opendaylight.controller/features-restconf/${mdsal.version}/xml/features</repository>
8     <repository>mvn:org.opendaylight.controller/features-flow/${mdsal.version}/xml/features</repository>
9     <repository>mvn:org.opendaylight.openflowjava/features-openflowjava/${openflowjava.version}/xml/features</repository>
10     <repository>mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features</repository>
11
12     <feature name='odl-openflowplugin-all' description="OpenDaylight :: Openflow Plugin :: All" version='${project.version}'>
13         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
14         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
15         <feature version="${project.version}">odl-openflowplugin-flow-services-rest</feature>
16         <feature version="${project.version}">odl-openflowplugin-flow-services-ui</feature>
17     </feature>
18     <feature name='odl-openflowplugin-southbound' description="OpenDaylight :: Openflow Plugin :: SouthBound" version='${project.version}'>
19         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
20         <feature version="${mdsal.version}">odl-flow-model</feature>
21         <feature version="${openflowjava.version}">odl-openflowjava-protocol</feature>
22         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin/${project.version}</bundle>
23         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-api/${project.version}</bundle>
24         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-extension-api/${project.version}</bundle>
25         <bundle>mvn:org.opendaylight.controller/liblldp/${sal.api.version}</bundle>
26         <configfile finalname="etc/opendaylight/karaf/42-openflowplugin.xml">mvn:org.opendaylight.openflowplugin/openflowplugin-controller-config/${project.version}/xml/config</configfile>
27         <configfile finalname="etc/opendaylight/karaf/43-msg-spy.xml">mvn:org.opendaylight.openflowplugin/openflowplugin-controller-config/${project.version}/xml/configmsgspy</configfile>
28     </feature>
29     <feature name='odl-openflowplugin-flow-services' description="OpenDaylight :: Openflow Plugin :: Flow Services" version='${project.version}'>
30         <feature version="${mdsal.version}">odl-flow-services</feature>
31         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
32     </feature>
33     <feature name='odl-openflowplugin-flow-services-rest' description="OpenDaylight :: Openflow Plugin :: Flow Services :: REST" version='${project.version}'>
34         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
35         <feature version="${mdsal.version}">odl-restconf</feature>
36     </feature>
37     <feature name='odl-openflowplugin-flow-services-ui' description="OpenDaylight :: Openflow Plugin :: Flow Services :: UI" version='${project.version}'>
38         <feature version="${project.version}">odl-openflowplugin-flow-services-rest</feature>
39         <feature version="${dlux.version}">odl-dlux-core</feature>
40         <feature version="${mdsal.version}">odl-mdsal-apidocs</feature>
41         <feature version="${mdsal.version}">odl-mdsal-xsql</feature>
42     </feature>
43     <feature name='odl-openflowplugin-drop-test' description="OpenDaylight :: Openflow Plugin :: Drop Test" version='${project.version}'>
44         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
45         <bundle>mvn:org.opendaylight.openflowplugin/test-common/${project.version}</bundle>
46         <bundle>mvn:org.opendaylight.openflowplugin/drop-test-karaf/${project.version}</bundle>
47     </feature>
48 </features>