Statistics loadable / installable in Karaf
[openflowjava.git] / features / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="odl-openflowjava-${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     <repository>mvn:org.opendaylight.controller/features-config/${config.version}/xml/features</repository>
8     <feature name='odl-openflowjava-all' description="OpenDaylight :: Openflow Java :: All">
9         <feature version='${project.version}'>odl-openflowjava-protocol</feature>
10     </feature>
11     <feature name='odl-openflowjava-protocol' version='${project.version}' description="OpenDaylight :: Openflow Java :: Protocol">
12         <feature version='${yangtools.version}'>odl-yangtools-common</feature>
13         <feature version='${yangtools.version}'>odl-yangtools-binding</feature>
14         <feature version='${yangtools.version}'>odl-yangtools-models</feature>
15         <feature version='${config.version}'>odl-config-api</feature>
16         <feature version='${yang.prototype.version}'>odl-mdsal-common</feature>
17         <bundle>mvn:io.netty/netty-buffer/${netty.version}</bundle>
18         <bundle>mvn:io.netty/netty-common/${netty.version}</bundle>
19         <bundle>mvn:io.netty/netty-transport/${netty.version}</bundle>
20         <bundle>mvn:io.netty/netty-codec/${netty.version}</bundle>
21         <bundle>mvn:io.netty/netty-handler/${netty.version}</bundle>
22         <bundle>mvn:org.opendaylight.openflowjava/openflow-protocol-api/${project.version}</bundle>
23         <bundle>mvn:org.opendaylight.openflowjava/openflow-protocol-spi/${project.version}</bundle>
24         <bundle>mvn:org.opendaylight.openflowjava/openflow-protocol-impl/${project.version}</bundle>
25         <bundle>mvn:org.opendaylight.openflowjava/util/${project.version}</bundle>
26     </feature>
27     <feature name='odl-openflowjava-stats' description="OpenDaylight :: Openflow Java :: Stats">
28         <feature version='${project.version}'>odl-openflowjava-protocol</feature>
29         <configfile finalname="etc/opendaylight/karaf/45-openflowjava-stats.xml">mvn:org.opendaylight.openflowjava/openflowjava-config/${project.version}/xml/configstats</configfile>
30     </feature>
31 </features>