Statistics loadable / installable in Karaf
[openflowjava.git] / features / src / main / resources / features.xml
index ace7ba147d0144af9f9a4e4be685c65697710e08..87d05699e24f6c1f73c9cbeabdff2319d372792e 100644 (file)
@@ -24,4 +24,8 @@
         <bundle>mvn:org.opendaylight.openflowjava/openflow-protocol-impl/${project.version}</bundle>
         <bundle>mvn:org.opendaylight.openflowjava/util/${project.version}</bundle>
     </feature>
+    <feature name='odl-openflowjava-stats' description="OpenDaylight :: Openflow Java :: Stats">
+        <feature version='${project.version}'>odl-openflowjava-protocol</feature>
+        <configfile finalname="etc/opendaylight/karaf/45-openflowjava-stats.xml">mvn:org.opendaylight.openflowjava/openflowjava-config/${project.version}/xml/configstats</configfile>
+    </feature>
 </features>