e9bfc7fb9c986a0e8aa97fc46aa9410dd0cb65c2
[openflowplugin.git] / features / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="openflowplugin-${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
7     <feature name='odl-openflowplugin' description="OpenDaylight :: Openflow Plugin :: Plugin" version='${project.version}'>
8         <feature version='${config.version}'>odl-config-subsystem</feature>
9         <feature version="${mdsal.version}">odl-mdsal-all</feature>
10         <feature version="${openflowjava.version}">odl-openflowjava</feature>
11         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin/${project.version}</bundle>
12         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-controller-config/${project.version}</bundle>
13     </feature>
14 </features>