Incrementing versions by 0.1.0 for post-helium master branch
[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     <!-- TODO: temporary disabled during release process in order to avoid circular dependency to dlux -->
11     <!-- <repository>mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features</repository> -->
12
13     <feature name='odl-openflowplugin-all' description="OpenDaylight :: Openflow Plugin :: All" version='${project.version}'>
14         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
15         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
16         <feature version="${project.version}">odl-openflowplugin-flow-services-rest</feature>
17         <feature version="${project.version}">odl-openflowplugin-flow-services-ui</feature>
18     </feature>
19     <feature name='odl-openflowplugin-southbound' description="OpenDaylight :: Openflow Plugin :: SouthBound" version='${project.version}'>
20         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
21         <feature version="${mdsal.version}">odl-flow-model</feature>
22         <feature version="${openflowjava.version}">odl-openflowjava-protocol</feature>
23         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin/${project.version}</bundle>
24         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-api/${project.version}</bundle>
25         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-extension-api/${project.version}</bundle>
26         <bundle>mvn:org.opendaylight.controller/liblldp/${sal.api.version}</bundle>
27         <configfile finalname="etc/opendaylight/karaf/42-openflowplugin.xml">mvn:org.opendaylight.openflowplugin/openflowplugin-controller-config/${project.version}/xml/config</configfile>
28         <configfile finalname="etc/opendaylight/karaf/43-msg-spy.xml">mvn:org.opendaylight.openflowplugin/openflowplugin-controller-config/${project.version}/xml/configmsgspy</configfile>
29     </feature>
30     <feature name='odl-openflowplugin-flow-services' description="OpenDaylight :: Openflow Plugin :: Flow Services" version='${project.version}'>
31         <feature version="${mdsal.version}">odl-flow-services</feature>
32         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
33     </feature>
34     <feature name='odl-openflowplugin-flow-services-rest' description="OpenDaylight :: Openflow Plugin :: Flow Services :: REST" version='${project.version}'>
35         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
36         <feature version="${mdsal.version}">odl-restconf</feature>
37     </feature>
38     <feature name='odl-openflowplugin-flow-services-ui' description="OpenDaylight :: Openflow Plugin :: Flow Services :: UI" version='${project.version}'>
39         <feature version="${project.version}">odl-openflowplugin-flow-services-rest</feature>
40         <!-- TODO: temporary disabled during release process in order to avoid circular dependency to dlux -->
41         <!-- <feature version="${dlux.version}">odl-dlux-core</feature> -->
42         <feature version="${mdsal.version}">odl-mdsal-apidocs</feature>
43         <feature version="${mdsal.version}">odl-mdsal-xsql</feature>
44     </feature>
45     <feature name='odl-openflowplugin-drop-test' description="OpenDaylight :: Openflow Plugin :: Drop Test" version='${project.version}'>
46         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
47         <bundle>mvn:org.opendaylight.openflowplugin/test-common/${project.version}</bundle>
48         <bundle>mvn:org.opendaylight.openflowplugin/drop-test-karaf/${project.version}</bundle>
49     </feature>
50 </features>