Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2008-02-05 20:41:30 +0000
committerChris Goldthorpe2008-02-05 20:41:30 +0000
commit299f3b336ff0e25c77aa317a7815d137c02c3925 (patch)
treecbae43b5a517d19241ffd32e48dcb6aafebdd4ca /org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
parentf16c669238e277847a63c4e542d12b21bd2a06d8 (diff)
downloadeclipse.platform.ua-299f3b336ff0e25c77aa317a7815d137c02c3925.tar.gz
eclipse.platform.ua-299f3b336ff0e25c77aa317a7815d137c02c3925.tar.xz
eclipse.platform.ua-299f3b336ff0e25c77aa317a7815d137c02c3925.zip
Fix manifest required JRE versions and Bundle-ActivationPolicyv20080205
Diffstat (limited to 'org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF5
1 files changed, 2 insertions, 3 deletions
diff --git a/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF b/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
index 6824832d7..a16db1d03 100644
--- a/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
@@ -16,9 +16,8 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.1.0,4.0.0)",
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,
- CDC-1.0/Foundation-1.0,
- J2SE-1.3
+Bundle-RequiredExecutionEnvironment: J2SE-1.4
Import-Package: javax.xml.parsers,
org.w3c.dom,
org.xml.sax
+Bundle-ActivationPolicy: lazy;exclude:="org.eclipse.ui.internal.intro.universal.contentdetect"

Back to the top