Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMazen Faraj2005-11-13 04:36:20 +0000
committerMazen Faraj2005-11-13 04:36:20 +0000
commit41040f72ac737a000362edcedcff5e8edd654bcb (patch)
tree730d7dc23aa0b2a9254da295a31432d9939c62e4 /org.eclipse.ui.intro/META-INF
parentfd07c7676e2822fde9e44a4225549459f0b84920 (diff)
downloadeclipse.platform.ua-41040f72ac737a000362edcedcff5e8edd654bcb.tar.gz
eclipse.platform.ua-41040f72ac737a000362edcedcff5e8edd654bcb.tar.xz
eclipse.platform.ua-41040f72ac737a000362edcedcff5e8edd654bcb.zip
fix compiler warnings
Diffstat (limited to 'org.eclipse.ui.intro/META-INF')
-rw-r--r--org.eclipse.ui.intro/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.intro/META-INF/MANIFEST.MF b/org.eclipse.ui.intro/META-INF/MANIFEST.MF
index 016cce5cf..b5fc98cdb 100644
--- a/org.eclipse.ui.intro/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.intro/META-INF/MANIFEST.MF
@@ -21,4 +21,4 @@ Export-Package: org.eclipse.ui.intro.config,
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
org.eclipse.ui.forms
-Eclipse-AutoStart: true
+Eclipse-LazyStart: true

Back to the top