Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel LeBerre2009-02-28 13:04:01 +0000
committerDaniel LeBerre2009-02-28 13:04:01 +0000
commit1dc4c43a70bec21257dd4b4c2a1603c0513b1be8 (patch)
tree22705cb88c3dae0d592b51af0f8304b2fa64f8dd /bundles/org.eclipse.equinox.p2.director/META-INF
parent909d13a5f0acfdafcee5f3762ae753d42f22b7f9 (diff)
downloadrt.equinox.p2-1dc4c43a70bec21257dd4b4c2a1603c0513b1be8.tar.gz
rt.equinox.p2-1dc4c43a70bec21257dd4b4c2a1603c0513b1be8.tar.xz
rt.equinox.p2-1dc4c43a70bec21257dd4b4c2a1603c0513b1be8.zip
Fixed bundle information for JSE 1.4 requirements.
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.director/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF
index 7632ca21b..156d3a320 100644
--- a/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF
@@ -35,7 +35,8 @@ Export-Package: org.eclipse.equinox.internal.p2.director;x-friends:="org.eclipse
org.eclipse.pde.ui"
Bundle-Activator: org.eclipse.equinox.internal.p2.director.DirectorActivator
Eclipse-LazyStart: true
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
+ J2SE-1.4
Require-Bundle: org.eclipse.equinox.common;bundle-version="[3.5.0,4.0.0)",
org.sat4j.core;bundle-version="2.1.0",
org.sat4j.pb;bundle-version="2.1.0"

Back to the top