Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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.help
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.help')
-rw-r--r--org.eclipse.help/META-INF/MANIFEST.MF5
1 files changed, 2 insertions, 3 deletions
diff --git a/org.eclipse.help/META-INF/MANIFEST.MF b/org.eclipse.help/META-INF/MANIFEST.MF
index 27d73dac8..730effc6b 100644
--- a/org.eclipse.help/META-INF/MANIFEST.MF
+++ b/org.eclipse.help/META-INF/MANIFEST.MF
@@ -58,6 +58,5 @@ Import-Package: javax.xml.parsers,
org.w3c.dom,
org.xml.sax,
org.xml.sax.helpers
-Bundle-RequiredExecutionEnvironment: J2SE-1.4,
- CDC-1.0/Foundation-1.0,
- J2SE-1.3
+Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-ActivationPolicy: lazy

Back to the top