Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2009-08-24 16:38:57 +0000
committerDJ Houghton2009-08-24 16:38:57 +0000
commitdaf63f1c773600c19859da2ab8fbb682c15415e9 (patch)
treebbbdb0a9ead8a0b22c762c05cb8bbf513b1646ca /bundles/org.eclipse.equinox.frameworkadmin.test
parenta84012b0bab6d1a18bfcc042ecbf1f5bbfe86e6f (diff)
downloadrt.equinox.p2-daf63f1c773600c19859da2ab8fbb682c15415e9.tar.gz
rt.equinox.p2-daf63f1c773600c19859da2ab8fbb682c15415e9.tar.xz
rt.equinox.p2-daf63f1c773600c19859da2ab8fbb682c15415e9.zip
Cleanup bundle manifest imports.
Diffstat (limited to 'bundles/org.eclipse.equinox.frameworkadmin.test')
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
index fccf4b660..d2b9fa466 100644
--- a/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
@@ -9,7 +9,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.junit;bundle-version="[3.8.0,4.0.0)"
Bundle-Activator: org.eclipse.equinox.frameworkadmin.tests.Activator
Import-Package: org.osgi.framework;version="1.4.0"
-Eclipse-LazyStart: true
+Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
J2SE-1.4
Export-Package: org.eclipse.equinox.frameworkadmin.tests

Back to the top