Use version ranges for odlparent features 03/66703/4
authorStephen Kitt <skitt@redhat.com>
Thu, 21 Dec 2017 09:18:43 +0000 (10:18 +0100)
committerStephen Kitt <skitt@redhat.com>
Thu, 11 Jan 2018 08:50:21 +0000 (09:50 +0100)
odlparent allows the use of ranged imports, take advantage of that.

Change-Id: I64e2968ab50e556b190dddf5824891ec50acaa14
Signed-off-by: Stephen Kitt <skitt@redhat.com>
common/features/odl-mdsal-binding-runtime/src/main/feature/feature.xml [new file with mode: 0644]
common/features/odl-mdsal-binding2-runtime/src/main/feature/feature.xml [new file with mode: 0644]
common/features/odl-mdsal-dom-broker/src/main/feature/feature.xml [new file with mode: 0644]
common/features/odl-mdsal-dom-schema-service-osgi/src/main/feature/feature.xml [new file with mode: 0644]

diff --git a/common/features/odl-mdsal-binding-runtime/src/main/feature/feature.xml b/common/features/odl-mdsal-binding-runtime/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..a46af9b
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-mdsal-binding-runtime">
+    <feature name="odl-mdsal-binding-runtime">
+        <feature version="[3.0.0,4)">odl-javassist-3</feature>
+    </feature>
+</features>
diff --git a/common/features/odl-mdsal-binding2-runtime/src/main/feature/feature.xml b/common/features/odl-mdsal-binding2-runtime/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..eedbd8b
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-mdsal-binding2-runtime">
+    <feature name="odl-mdsal-binding2-runtime">
+        <feature version="[3.0.0,4)">odl-javassist-3</feature>
+    </feature>
+</features>
diff --git a/common/features/odl-mdsal-dom-broker/src/main/feature/feature.xml b/common/features/odl-mdsal-dom-broker/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..8eca714
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-mdsal-dom-broker">
+    <feature name="odl-mdsal-dom-broker">
+        <feature version="[3.0.0,4)">odl-lmax-3</feature>
+    </feature>
+</features>
diff --git a/common/features/odl-mdsal-dom-schema-service-osgi/src/main/feature/feature.xml b/common/features/odl-mdsal-dom-schema-service-osgi/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..e09f658
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-mdsal-dom-schema-service-osgi">
+    <feature name="odl-mdsal-dom-schema-service-osgi">
+        <feature version="[3.0.0,4)">odl-lmax-3</feature>
+    </feature>
+</features>