Move features
[controller.git] / features / odl-controller-blueprint / src / main / feature / feature.xml
diff --git a/features/odl-controller-blueprint/src/main/feature/feature.xml b/features/odl-controller-blueprint/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..5f9f319
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright © 2019 PANTHEON.tech, s.r.o. 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-controller-blueprint-${project.version}">
+    <feature name="odl-controller-blueprint" version="${project.version}">
+        <feature version="[5,6)">odl-yangtools-codec</feature>
+        <feature version="[6,7)">odl-mdsal-binding-api</feature>
+        <feature version="[6,7)">odl-mdsal-binding-runtime</feature>
+        <feature version="[6,7)">odl-mdsal-dom-api</feature>
+        <bundle start-level="40">mvn:org.opendaylight.controller/blueprint/${blueprint.version}</bundle>
+    </feature>
+</features>