Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/epf-richtext/org.eclipse.epf.common.ui/META-INF/MANIFEST.MF')
-rw-r--r--extraplugins/epf-richtext/org.eclipse.epf.common.ui/META-INF/MANIFEST.MF3
1 files changed, 1 insertions, 2 deletions
diff --git a/extraplugins/epf-richtext/org.eclipse.epf.common.ui/META-INF/MANIFEST.MF b/extraplugins/epf-richtext/org.eclipse.epf.common.ui/META-INF/MANIFEST.MF
index 0225d64680a..376c2425211 100644
--- a/extraplugins/epf-richtext/org.eclipse.epf.common.ui/META-INF/MANIFEST.MF
+++ b/extraplugins/epf-richtext/org.eclipse.epf.common.ui/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.epf.common.ui
Bundle-Version: 1.5.0.qualifier
Bundle-Activator: org.eclipse.epf.common.ui.CommonUIPlugin
Import-Package: org.osgi.framework;version="1.3.0"
-Bundle-ActivationPolicy: lazy
+Eclipse-LazyStart: true
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui;visibility:=reexport,
org.eclipse.epf.common;visibility:=reexport
@@ -13,4 +13,3 @@ Export-Package: org.eclipse.epf.common.ui,
org.eclipse.epf.common.ui.actions,
org.eclipse.epf.common.ui.util
Bundle-Vendor: %providerName
-Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top