Add Karaf 4 distribution, fix initial config
[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         <configfile finalname="etc/opendaylight/karaf/42-openflowplugin-Li.xml">mvn:org.opendaylight.openflowplugin/openflowplugin-controller-config/${project.version}/xml/config-Li</configfile>
6     </feature>
7 </features>