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