BUG-2637: migrate features
[controller.git] / features / flow / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="odl-flow-${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.controller/features-mdsal/${mdsal.version}/xml/features</repository>
7     <feature name='odl-flow-model' version='${project.version}' description="OpenDaylight :: Flow :: Model">
8         <feature version='${yangtools.version}'>odl-yangtools-models</feature>
9         <bundle>mvn:org.opendaylight.controller.model/model-inventory/${project.version}</bundle>
10         <bundle>mvn:org.opendaylight.controller.model/model-topology/${project.version}</bundle>
11     </feature>
12 </features>