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.cheatsheets/META-INF
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.cheatsheets/META-INF')
-rw-r--r--org.eclipse.ui.cheatsheets/META-INF/MANIFEST.MF5
1 files changed, 2 insertions, 3 deletions
diff --git a/org.eclipse.ui.cheatsheets/META-INF/MANIFEST.MF b/org.eclipse.ui.cheatsheets/META-INF/MANIFEST.MF
index 73f226186..fa8998b5a 100644
--- a/org.eclipse.ui.cheatsheets/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.cheatsheets/META-INF/MANIFEST.MF
@@ -32,6 +32,5 @@ Import-Package: com.ibm.icu.text,
org.apache.lucene.document,
org.w3c.dom,
org.xml.sax
-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