Bug 1999: fix msgspy
[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-flow/${mdsal.version}/xml/features</repository>
8     <repository>mvn:org.opendaylight.openflowjava/features-openflowjava/${openflowjava.version}/xml/features</repository>
9     <repository>mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features</repository>
10
11     <feature name='odl-openflowplugin-all' description="OpenDaylight :: Openflow Plugin :: All" version='${project.version}'>
12         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
13         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
14         <feature version="${project.version}">odl-openflowplugin-flow-services-rest</feature>
15         <feature version="${project.version}">odl-openflowplugin-flow-services-ui</feature>
16     </feature>
17     <feature name='odl-openflowplugin-southbound' description="OpenDaylight :: Openflow Plugin :: SouthBound" version='${project.version}'>
18         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
19         <feature version="${mdsal.version}">odl-flow-model</feature>
20         <feature version="${openflowjava.version}">odl-openflowjava-protocol</feature>
21         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin/${project.version}</bundle>
22         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-api/${project.version}</bundle>
23         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-extension-api/${project.version}</bundle>
24         <bundle>mvn:org.opendaylight.controller/liblldp/${sal.api.version}</bundle>
25         <configfile finalname="etc/opendaylight/karaf/42-openflowplugin.xml">mvn:org.opendaylight.openflowplugin/openflowplugin-controller-config/${project.version}/xml/config</configfile>
26         <configfile finalname="etc/opendaylight/karaf/43-msg-spy.xml">mvn:org.opendaylight.openflowplugin/openflowplugin-controller-config/${project.version}/xml/configmsgspy</configfile>
27     </feature>
28     <feature name='odl-openflowplugin-flow-services' description="OpenDaylight :: Openflow Plugin :: Flow Services" version='${project.version}'>
29         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
30         <feature version="${mdsal.version}">odl-flow-services</feature>
31     </feature>
32     <feature name='odl-openflowplugin-flow-services-rest' description="OpenDaylight :: Openflow Plugin :: Flow Services :: REST" version='${project.version}'>
33         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
34         <feature version="${mdsal.version}">odl-restconf</feature>
35     </feature>
36     <feature name='odl-openflowplugin-flow-services-ui' description="OpenDaylight :: Openflow Plugin :: Flow Services :: UI" version='${project.version}'>
37         <feature version="${project.version}">odl-openflowplugin-flow-services-rest</feature>
38         <feature version="${dlux.version}">odl-dlux-core</feature>
39         <feature version="${mdsal.version}">odl-mdsal-apidocs</feature>
40         <feature version="${mdsal.version}">odl-mdsal-xsql</feature>
41     </feature>
42     <feature name='odl-openflowplugin-drop-test' description="OpenDaylight :: Openflow Plugin :: Drop Test" version='${project.version}'>
43         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
44         <bundle>mvn:org.opendaylight.openflowplugin/test-common/${project.version}</bundle>
45         <bundle>mvn:org.opendaylight.openflowplugin/drop-test-karaf/${project.version}</bundle>
46     </feature>
47 </features>