Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2008-02-19 23:52:34 +0000
committerChris Goldthorpe2008-02-19 23:52:34 +0000
commited1580ba79fbb51fa83fa9c2ec97b4315767cf50 (patch)
treeefc76ca6d714ccb77bb5bf57c1d4c2a09a07074e /org.eclipse.help/META-INF/MANIFEST.MF
parent9bcb8dfbb65c733090374ba7d805dda013d01be2 (diff)
downloadeclipse.platform.ua-ed1580ba79fbb51fa83fa9c2ec97b4315767cf50.tar.gz
eclipse.platform.ua-ed1580ba79fbb51fa83fa9c2ec97b4315767cf50.tar.xz
eclipse.platform.ua-ed1580ba79fbb51fa83fa9c2ec97b4315767cf50.zip
Restore support for Foundation 1.0/Java 1.3
Diffstat (limited to 'org.eclipse.help/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.help/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.help/META-INF/MANIFEST.MF b/org.eclipse.help/META-INF/MANIFEST.MF
index 730effc6b..ace0a2ab5 100644
--- a/org.eclipse.help/META-INF/MANIFEST.MF
+++ b/org.eclipse.help/META-INF/MANIFEST.MF
@@ -58,5 +58,7 @@ Import-Package: javax.xml.parsers,
org.w3c.dom,
org.xml.sax,
org.xml.sax.helpers
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-RequiredExecutionEnvironment: J2SE-1.4,
+ CDC-1.0/Foundation-1.0,
+ J2SE-1.3
Bundle-ActivationPolicy: lazy

Back to the top