Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2007-05-16 20:56:59 +0000
committerChris Goldthorpe2007-05-16 20:56:59 +0000
commit5e8e04d0ba01d2a91d0069f9519d8e3d5aafc8ad (patch)
tree8bae52b71a0faff6093df913fad30a71a471db11 /org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
parentbc3a6c7239d4aaedc26300b884fc6ee4f9f61685 (diff)
downloadeclipse.platform.ua-5e8e04d0ba01d2a91d0069f9519d8e3d5aafc8ad.tar.gz
eclipse.platform.ua-5e8e04d0ba01d2a91d0069f9519d8e3d5aafc8ad.tar.xz
eclipse.platform.ua-5e8e04d0ba01d2a91d0069f9519d8e3d5aafc8ad.zip
Bug 186582 - intro content detection causes plug-in activationv20070516
Diffstat (limited to 'org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF b/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
index a2200b6cc..16a9a22ff 100644
--- a/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
@@ -13,7 +13,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.1.0,4.0.0)",
org.eclipse.help;bundle-version="[3.3.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
org.eclipse.ui.intro;bundle-version="[3.2.0,4.0.0)"
-Eclipse-LazyStart: true
+Eclipse-LazyStart: true; exceptions="org.eclipse.ui.internal.intro.universal.contentdetect"
Bundle-Activator: org.eclipse.ui.internal.intro.universal.UniversalIntroPlugin
Bundle-ClassPath: universal.jar
Bundle-RequiredExecutionEnvironment: J2SE-1.4,

Back to the top