Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2008-03-17 19:54:24 +0000
committerDJ Houghton2008-03-17 19:54:24 +0000
commit7570d4f81754db544a5a00af5f6e4d261268d62f (patch)
tree217bd1e77c5e3ccbf2ef3a4984b5bc0e184ebf13 /bundles/org.eclipse.equinox.frameworkadmin/META-INF
parentd365f02d6a850917d87c304a7dd3a88133e8badb (diff)
downloadrt.equinox.p2-7570d4f81754db544a5a00af5f6e4d261268d62f.tar.gz
rt.equinox.p2-7570d4f81754db544a5a00af5f6e4d261268d62f.tar.xz
rt.equinox.p2-7570d4f81754db544a5a00af5f6e4d261268d62f.zip
Bug 222871 - Some test plugins not found
Diffstat (limited to 'bundles/org.eclipse.equinox.frameworkadmin/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF5
1 files changed, 4 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF
index 2556410c1..87db0f153 100644
--- a/bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF
@@ -4,7 +4,8 @@ Bundle-Name: FrameworkAdmin Service IF
Bundle-SymbolicName: org.eclipse.equinox.frameworkadmin;singleton:=true
Bundle-Version: 0.1.0.qualifier
Bundle-Vendor: Eclipse.org
-Import-Package: org.osgi.framework;version="1.3.0",
+Import-Package: org.eclipse.osgi.service.pluginconversion;version="1.0.0",
+ org.osgi.framework;version="1.3.0",
org.osgi.service.startlevel;version="1.0.0"
Export-Package: org.eclipse.equinox.internal.frameworkadmin.utils;x-friends:="org.eclipse.equinox.frameworkadmin.equinox",
org.eclipse.equinox.internal.provisional.configuratormanipulator,
@@ -12,3 +13,5 @@ Export-Package: org.eclipse.equinox.internal.frameworkadmin.utils;x-friends:="or
Bundle-RequiredExecutionEnvironment: J2SE-1.4,
CDC-1.1/Foundation-1.1
Require-Bundle: org.eclipse.equinox.common;bundle-version="3.4.0"
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: org.eclipse.equinox.internal.frameworkadmin.utils.Activator

Back to the top