Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Oberlies2013-10-28 09:59:18 +0000
committerTobias Oberlies2013-10-28 09:59:18 +0000
commitccfb538b16d8c043cc95887026c636a785c792fe (patch)
treedc89cd42fb2556c72f80c737f90e95590d98a869 /bundles/org.eclipse.equinox.simpleconfigurator
parented67869f019fb331b363759c9e2fb20861204957 (diff)
downloadrt.equinox.p2-ccfb538b16d8c043cc95887026c636a785c792fe.tar.gz
rt.equinox.p2-ccfb538b16d8c043cc95887026c636a785c792fe.tar.xz
rt.equinox.p2-ccfb538b16d8c043cc95887026c636a785c792fe.zip
411046 Simple configurator uses framework.wiring 1.2 API
- Adapt lower bound of package import statement so that it reflects the actually needed API level of the org.osgi.framework.wiring package. Bug: 411046 Change-Id: Ie20d87034ed4605b42b42a5b9e551d22b9184ff4
Diffstat (limited to 'bundles/org.eclipse.equinox.simpleconfigurator')
-rw-r--r--bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
index 0dec7d92e..c86857dfe 100644
--- a/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
@@ -11,7 +11,7 @@ Import-Package: org.eclipse.osgi.framework.console;version="1.0.0";resolution:=o
org.eclipse.osgi.service.datalocation;version="1.0.0";resolution:=optional,
org.osgi.framework;version="1.3.0",
org.osgi.framework.namespace;version="1.0.0",
- org.osgi.framework.wiring;version="1.1.0",
+ org.osgi.framework.wiring;version="1.2.0",
org.osgi.resource;version="1.0.0",
org.osgi.service.packageadmin;version="1.2.0",
org.osgi.service.startlevel;version="1.0.0",

Back to the top