Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2005-10-06 16:24:53 +0000
committerDani Megert2005-10-06 16:24:53 +0000
commit120de44c1f98597ae2d2ab489f9cbf84ce74d6a8 (patch)
tree980f761c06fbcdb143443bcbd32ee6a7f86b128f /org.eclipse.ui.editors/META-INF
parent7a46dbea90c0d80c350414273ddf85d4419f5caf (diff)
downloadeclipse.platform.text-120de44c1f98597ae2d2ab489f9cbf84ce74d6a8.tar.gz
eclipse.platform.text-120de44c1f98597ae2d2ab489f9cbf84ce74d6a8.tar.xz
eclipse.platform.text-120de44c1f98597ae2d2ab489f9cbf84ce74d6a8.zip
Replaced deprecated "Eclipse-AutoStart" with "Eclipse-LazyStart"
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 a1bededfbb7..bfcc692704d 100644
--- a/org.eclipse.ui.editors/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.editors/META-INF/MANIFEST.MF
@@ -22,4 +22,4 @@ Require-Bundle:
org.eclipse.core.filebuffers;visibility:=reexport,
org.eclipse.core.resources,
org.eclipse.core.filesystem
-Eclipse-AutoStart: true
+Eclipse-LazyStart: true

Back to the top