Move odl-mdsal-broker-local feature
[controller.git] / features / odl-controller-broker-local / src / main / feature / feature.xml
diff --git a/features/odl-controller-broker-local/src/main/feature/feature.xml b/features/odl-controller-broker-local/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..62cf54e
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright © 2016, 2017 Red Hat, Inc. and others.
+
+ This program and the accompanying materials are made available under the
+ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ and is available at http://www.eclipse.org/legal/epl-v10.html
+ -->
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="odl-mdsal-${project.version}">
+    <feature name="odl-controller-broker-local" version="${project.version}">
+        <feature version="[7,8)">odl-mdsal-dom</feature>
+        <feature version="[7,8)">odl-mdsal-eos-binding</feature>
+        <feature version="[7,8)">odl-mdsal-eos-dom</feature>
+        <feature version="[7,8)">odl-mdsal-singleton-dom</feature>
+    </feature>
+</features>