Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2008-02-19 19:11:58 +0000
committerPascal Rapicault2008-02-19 19:11:58 +0000
commit0242651805ccc033efb8cf314d7a00ddfd8a68cc (patch)
treec0edfdfa5565bdcbb87d216e4b08c05a09df104f /bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
parent2601f96b63d840a055d0b36679e51d7af6408b67 (diff)
downloadrt.equinox.p2-0242651805ccc033efb8cf314d7a00ddfd8a68cc.tar.gz
rt.equinox.p2-0242651805ccc033efb8cf314d7a00ddfd8a68cc.tar.xz
rt.equinox.p2-0242651805ccc033efb8cf314d7a00ddfd8a68cc.zip
Bug 176872 - [prov] Fragment not refreshed properly by the configurator
Diffstat (limited to 'bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
index b758dcae3..22144675e 100644
--- a/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
@@ -9,6 +9,7 @@ Bundle-Activator: org.eclipse.equinox.internal.simpleconfigurator.Activator
Eclipse-LazyStart: true
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.eclipse.osgi.service.resolver;version="1.2.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