Fix an eclipse warning
[controller.git] / features / config / features-config / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="odl-config-${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
7   <repository>mvn:org.opendaylight.mdsal/features-mdsal/{{VERSION}}/xml/features</repository>
8   <repository>mvn:org.opendaylight.odlparent/features-odlparent/{{VERSION}}/xml/features</repository>
9
10   <feature name='odl-config-all' version='${project.version}' description="OpenDaylight :: Config :: All">
11       <feature version='${project.version}'>odl-config-api</feature>
12       <feature version='${project.version}'>odl-config-netty-config-api</feature>
13       <feature version='${project.version}'>odl-config-core</feature>
14       <feature version='${project.version}'>odl-config-manager</feature>
15   </feature>
16
17   <feature name='odl-config-api' version='${project.version}' description="OpenDaylight :: Config :: API">
18     <feature version='${mdsal.version}'>odl-mdsal-binding-base</feature>
19     <bundle>mvn:org.opendaylight.controller/config-api/{{VERSION}}</bundle>
20   </feature>
21
22   <feature name='odl-config-netty-config-api' version='${project.version}' description="OpenDaylight :: Config :: Netty Config API">
23     <feature version='${project.version}'>odl-config-api</feature>
24     <feature version="${odlparent.version}">odl-netty-4</feature>
25     <bundle>mvn:org.opendaylight.controller/netty-config-api/{{VERSION}}</bundle>
26   </feature>
27
28   <feature name='odl-config-core' version='${project.version}' description="OpenDaylight :: Config :: Core">
29     <feature version='${yangtools.version}'>odl-yangtools-common</feature>
30     <!-- FIXME: Bug 4202: Switch to MD-SAL provided odl-mdsal-binding-runtime -->
31     <feature version='${mdsal.version}'>odl-mdsal-binding-runtime</feature>
32     <feature version='${project.version}'>odl-config-api</feature>
33     <bundle>mvn:org.opendaylight.controller/config-util/{{VERSION}}</bundle>
34     <bundle>mvn:org.opendaylight.controller/yang-jmx-generator/{{VERSION}}</bundle>
35     <bundle>mvn:org.opendaylight.controller/shutdown-api/{{VERSION}}</bundle>
36     <bundle>mvn:org.opendaylight.controller/shutdown-impl/{{VERSION}}</bundle>
37   </feature>
38   <feature name='odl-config-manager' version='${project.version}' description="OpenDaylight :: Config :: Manager">
39     <feature version='${project.version}'>odl-config-core</feature>
40     <bundle>mvn:org.opendaylight.controller/config-manager/{{VERSION}}</bundle>
41   </feature>
42 </features>