Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2009-08-24 15:47:41 +0000
committerPascal Rapicault2009-08-24 15:47:41 +0000
commit9b8ea1aa87c8a863286be03d7c5dc12e4d94453e (patch)
tree52f6ad88f56d9ee9ce93a74a0dfad1ed47a5d9f1 /bundles/org.eclipse.equinox.p2.metadata/META-INF
parent5433fa77cf04afbd8d9d6bafe544c21d4cd89d02 (diff)
downloadrt.equinox.p2-9b8ea1aa87c8a863286be03d7c5dc12e4d94453e.tar.gz
rt.equinox.p2-9b8ea1aa87c8a863286be03d7c5dc12e4d94453e.tar.xz
rt.equinox.p2-9b8ea1aa87c8a863286be03d7c5dc12e4d94453e.zip
Using activation policy
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.metadata/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
index 924327e02..0e200e717 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
@@ -79,7 +79,7 @@ Export-Package: org.eclipse.equinox.internal.p2.metadata;
org.eclipse.pde.core"
Import-Package: org.osgi.framework;version="1.3.0"
Bundle-Activator: org.eclipse.equinox.internal.p2.metadata.MetadataActivator
-Eclipse-LazyStart: true
+Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
J2SE-1.4
Require-Bundle: org.eclipse.equinox.common,

Back to the top