Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSusan Franklin2010-03-18 04:47:03 +0000
committerSusan Franklin2010-03-18 04:47:03 +0000
commita6da8023d46b55a67af208edd1fb582fb9be210b (patch)
treef0eaa1624b7648d081650973ac42f97cafbfd595 /bundles
parent9505629690850cc09a41e14f2e2a321342d23ec0 (diff)
downloadrt.equinox.p2-a6da8023d46b55a67af208edd1fb582fb9be210b.tar.gz
rt.equinox.p2-a6da8023d46b55a67af208edd1fb582fb9be210b.tar.xz
rt.equinox.p2-a6da8023d46b55a67af208edd1fb582fb9be210b.zip
fix manifest to include J2SE-1.5
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.p2.ui.sdk/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.sdk/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.ui.sdk/META-INF/MANIFEST.MF
index fea9682a4..4f5e0f9c5 100644
--- a/bundles/org.eclipse.equinox.p2.ui.sdk/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.ui.sdk/META-INF/MANIFEST.MF
@@ -25,5 +25,6 @@ Import-Package: javax.xml.parsers,
org.xml.sax
Service-Component: OSGI-INF/policy_component.xml, OSGI-INF/licenseManager_component.xml
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.4,
+Bundle-RequiredExecutionEnvironment: J2SE-1.5,
+ J2SE-1.4,
CDC-1.1/Foundation-1.1

Back to the top