a2b463ebf617a4a26c383dceafa4189ad636982f
[openflowplugin.git] / features-aggregator / odl-openflowplugin-southbound / src / main / feature / feature.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <features name="openflowplugin-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0">
3     <feature name="odl-openflowplugin-southbound" version="${project.version}">
4         <configfile finalname="etc/org.opendaylight.openflowplugin.cfg">mvn:org.opendaylight.openflowplugin/openflowplugin-blueprint-config/${project.version}/cfg/config</configfile>
5         <feature version="[4,5)">odl-mdsal-broker</feature>
6         <feature version="[2,3)">odl-infrautils-diagstatus</feature>
7     </feature>
8 </features>