Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-04-03 15:33:53 +0000
committerThomas Watson2013-04-03 15:33:53 +0000
commitd170545e4614eff753d7464c14ebab69e66605f9 (patch)
tree9b3c6f2a372cd89bf310726d1ce94fdeabf0de73
parent6cbfe68501fbc775691c97c19c624145b88718a2 (diff)
downloadrt.equinox.bundles-d170545e4614eff753d7464c14ebab69e66605f9.tar.gz
rt.equinox.bundles-d170545e4614eff753d7464c14ebab69e66605f9.tar.xz
rt.equinox.bundles-d170545e4614eff753d7464c14ebab69e66605f9.zip
Bug 386298: 37 compilation errors after switching
org.eclipse.osgi.testsHEADmaster to 1.5 compliance - need to update the BREE to Java 5.
-rw-r--r--bundles/org.eclipse.equinox.ds.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.ds.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.ds.tests/META-INF/MANIFEST.MF
index 32aa93f25..17a5838c2 100644
--- a/bundles/org.eclipse.equinox.ds.tests/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.ds.tests/META-INF/MANIFEST.MF
@@ -16,5 +16,5 @@ Import-Package:
org.osgi.service.permissionadmin;version="1.2.0",
org.osgi.util.tracker;version="1.4.2"
Export-Package: org.eclipse.equinox.ds.tests.tbc
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
Eclipse-BundleShape: dir

Back to the top