Moved the resources to a separate plugin so they can be
[controller.git] / features / config / src / main / resources / 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   <repository>mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features</repository>
7
8   <feature name='odl-config-all' version='${project.version}'>
9       <feature version='${mdsal.version}'>odl-mdsal-common</feature>
10       <feature version='${project.version}'>odl-config-api</feature>
11       <feature version='${project.version}'>odl-config-netty-config-api</feature>
12       <feature version='${project.version}'>odl-config-core</feature>
13       <feature version='${project.version}'>odl-config-manager</feature>
14   </feature>
15
16   <feature name='odl-mdsal-common' version='${mdsal.version}'>
17       <feature version='${yangtools.version}'>odl-yangtools-data-binding</feature>
18       <bundle>mvn:org.opendaylight.controller/sal-common/${mdsal.version}</bundle>
19       <bundle>mvn:org.opendaylight.controller/sal-common-api/${mdsal.version}</bundle>
20       <bundle>mvn:org.opendaylight.controller/sal-common-impl/${mdsal.version}</bundle>
21       <bundle>mvn:org.opendaylight.controller/sal-common-util/${mdsal.version}</bundle>
22   </feature>
23
24   <feature name='odl-config-api' version='${project.version}'>
25     <bundle>mvn:org.opendaylight.controller/config-api/${project.version}</bundle>
26     <feature version='${yangtools.version}'>odl-yangtools-common</feature>
27     <feature version='${yangtools.version}'>odl-yangtools-binding</feature>
28   </feature>
29
30   <feature name='odl-config-netty-config-api' version='${project.version}'>
31     <feature version='${project.version}'>odl-config-api</feature>
32     <bundle>mvn:org.opendaylight.controller/netty-config-api/${project.version}</bundle>
33     <bundle>mvn:io.netty/netty-transport/${netty.version}</bundle>
34     <bundle>mvn:io.netty/netty-common/${netty.version}</bundle>
35     <bundle>mvn:io.netty/netty-buffer/${netty.version}</bundle>
36   </feature>
37
38   <feature name='odl-config-core' version='${project.version}'>
39     <feature version='${yangtools.version}'>odl-yangtools-common</feature>
40     <feature version='${yangtools.version}'>odl-yangtools-binding</feature>
41     <feature version='${yangtools.version}'>odl-yangtools-binding-generator</feature>
42     <feature version='${mdsal.version}'>odl-mdsal-common</feature>
43     <feature version='${project.version}'>odl-config-api</feature>
44     <bundle>mvn:org.opendaylight.controller/config-util/${project.version}</bundle>
45     <bundle>mvn:org.opendaylight.controller/yang-jmx-generator/${project.version}</bundle>
46     <bundle>mvn:org.opendaylight.controller/shutdown-api/${project.version}</bundle>
47     <bundle>mvn:org.opendaylight.controller/shutdown-impl/${project.version}</bundle>
48     <bundle>mvn:org.osgi/org.osgi.core/${osgi.core.version}</bundle>
49     <bundle>mvn:com.google.guava/guava/${guava.version}</bundle>
50     <bundle>mvn:org.javassist/javassist/${javassist.version}</bundle>
51   </feature>
52   <feature name='odl-config-manager' version='${project.version}'>
53     <feature version='${project.version}'>odl-config-core</feature>
54     <bundle>mvn:org.opendaylight.controller/config-manager/${project.version}</bundle>
55   </feature>
56 </features>