Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-08-21 18:45:03 +0000
committerThomas Watson2017-08-21 18:45:12 +0000
commitdae7c5895b530205b6b261d7a8dc385ef9d13319 (patch)
tree265ede8c1a40e6a616b1acea1fec12663d6a5da7
parent35c30ef0d06b2ce222d6f4b7c4705bfc3b3d99dc (diff)
downloadrt.equinox.bundles-dae7c5895b530205b6b261d7a8dc385ef9d13319.tar.gz
rt.equinox.bundles-dae7c5895b530205b6b261d7a8dc385ef9d13319.tar.xz
rt.equinox.bundles-dae7c5895b530205b6b261d7a8dc385ef9d13319.zip
Increase range of metatype package to account for R7I20170821-2000
Change-Id: I5cec134834426266717134c7a3e31a00f2fec4a5 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-rw-r--r--bundles/org.eclipse.equinox.metatype/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.metatype/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.metatype/META-INF/MANIFEST.MF
index 1225e0d1c..c25eda295 100644
--- a/bundles/org.eclipse.equinox.metatype/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.metatype/META-INF/MANIFEST.MF
@@ -9,7 +9,7 @@ Import-Package: javax.xml.parsers,
org.osgi.framework.wiring;version="[1.0,2.0)",
org.osgi.service.cm;version="[1.2.1,2.0)",
org.osgi.service.log;version="[1.3,2.0)",
- org.osgi.service.metatype;version="[1.2.0,1.4.0)",
+ org.osgi.service.metatype;version="[1.2.0,1.5.0)",
org.osgi.util.tracker;version="[1.5,2.0)",
org.xml.sax,
org.xml.sax.helpers

Back to the top