Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kaegi2007-04-23 20:03:16 +0000
committerSimon Kaegi2007-04-23 20:03:16 +0000
commit0df74ca2edf6c6b489f7d5192a2e92b85e34a423 (patch)
tree2334115f6e4c71e943929a42d5c146c33ca166aa /bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
parent8b6896db265362e4e628dd760a59af68806e6f19 (diff)
downloadrt.equinox.p2-0df74ca2edf6c6b489f7d5192a2e92b85e34a423.tar.gz
rt.equinox.p2-0df74ca2edf6c6b489f7d5192a2e92b85e34a423.tar.xz
rt.equinox.p2-0df74ca2edf6c6b489f7d5192a2e92b85e34a423.zip
Bug 183399 - [prov] simple configurator should find a default location for bundles.txt
Diffstat (limited to 'bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF3
1 files changed, 2 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 95139da06..edaa016b9 100644
--- a/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
@@ -6,7 +6,8 @@ Bundle-Version: 1.2.3
Bundle-Localization: plugin
Bundle-Activator: org.eclipse.equinox.simpleconfigurator.internal.Activator
Eclipse-LazyStart: true
-Import-Package: org.eclipse.osgi.framework.console;version="1.0.0",
+Import-Package: org.eclipse.osgi.framework.console;version="1.0.0";resolution:=optional,
+ org.eclipse.osgi.service.datalocation;version="1.0.0";resolution:=optional,
org.osgi.framework;version="1.3.0",
org.osgi.service.packageadmin;version="1.2.0",
org.osgi.service.startlevel;version="1.0.0",

Back to the top