Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Anderson2019-10-29 14:17:31 +0000
committerCarl Anderson2019-10-29 14:17:31 +0000
commite266c610fa9f1103b9e93ac55ad80b53f79b0339 (patch)
tree41d22a832226d77d2b2b94fa0c3d48673006997e
parent686318068a1d6374e5d9b83ccabac73ae44edd3c (diff)
downloadwebtools.javaee-e266c610fa9f1103b9e93ac55ad80b53f79b0339.tar.gz
webtools.javaee-e266c610fa9f1103b9e93ac55ad80b53f79b0339.tar.xz
webtools.javaee-e266c610fa9f1103b9e93ac55ad80b53f79b0339.zip
[552524] org.eclipse.jst.j2ee.ejb.annotations.ui BREE up to Java SE 8
Signed-off-by: Carl Anderson <ccc@us.ibm.com>
-rw-r--r--plugins/org.eclipse.jst.j2ee.ejb.annotation.model/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/META-INF/MANIFEST.MF b/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/META-INF/MANIFEST.MF
index d4668d41f..96c4069a7 100644
--- a/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/META-INF/MANIFEST.MF
@@ -28,4 +28,4 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.commands;bundle-version="[3.2.0,4.0.0)",
org.eclipse.wst.common.environment;bundle-version="[1.0.100,1.2.0)"
Eclipse-LazyStart: true
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8

Back to the top