Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2008-01-23 08:50:49 +0000
committerDani Megert2008-01-23 08:50:49 +0000
commitf49a15e7b6d736aad8f02cce56670665ce1eb752 (patch)
treeb7b76970a79c6b067d6fdaaa02f6ad1b052db6c3 /org.eclipse.ui.editors/META-INF
parentee983770bb65287699ca35a2a785009c93a72f67 (diff)
downloadeclipse.platform.text-f49a15e7b6d736aad8f02cce56670665ce1eb752.tar.gz
eclipse.platform.text-f49a15e7b6d736aad8f02cce56670665ce1eb752.tar.xz
eclipse.platform.text-f49a15e7b6d736aad8f02cce56670665ce1eb752.zip
Fixed lazyStart header.
Diffstat (limited to 'org.eclipse.ui.editors/META-INF')
-rw-r--r--org.eclipse.ui.editors/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.editors/META-INF/MANIFEST.MF b/org.eclipse.ui.editors/META-INF/MANIFEST.MF
index 13730b612c6..31ac5300144 100644
--- a/org.eclipse.ui.editors/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.editors/META-INF/MANIFEST.MF
@@ -4,6 +4,7 @@ Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ui.editors; singleton:=true
Bundle-Version: 3.4.0.qualifier
Bundle-Activator: org.eclipse.ui.internal.editors.text.EditorsPlugin
+Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package:
@@ -22,6 +23,5 @@ Require-Bundle:
org.eclipse.core.filebuffers;visibility:=reexport;bundle-version="[3.3.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)"
-Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Import-Package: com.ibm.icu.text

Back to the top