Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis D'Entremont2006-05-03 21:54:22 +0000
committerCurtis D'Entremont2006-05-03 21:54:22 +0000
commitab85feacea6eba44ae7d61264f51ab72458d840c (patch)
tree84599883110ddcc42b15b519abb20d41e9e7f18c /org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
parent9d3ddbb344474a36cf2b44a25069fb4bf06284d6 (diff)
downloadeclipse.platform.ua-ab85feacea6eba44ae7d61264f51ab72458d840c.tar.gz
eclipse.platform.ua-ab85feacea6eba44ae7d61264f51ab72458d840c.tar.xz
eclipse.platform.ua-ab85feacea6eba44ae7d61264f51ab72458d840c.zip
139595 [Intro] Update manifest to compile against Foundation 1.0: org.eclipse.ui.intro.universal
Diffstat (limited to 'org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF b/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
index be6a8122a..2cedb7323 100644
--- a/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
@@ -14,3 +14,9 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.1.0,4.0.0)",
Eclipse-LazyStart: true
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
+Import-Package: javax.xml.parsers,
+ org.w3c.dom,
+ org.xml.sax

Back to the top