Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordeboer2007-08-29 14:26:11 +0000
committerdeboer2007-08-29 14:26:11 +0000
commitd23babc08599e7a05d04beb94b45819456b0a318 (patch)
treea33d3a0c6d46e6f4419018d0145e153258ab2b1f /plugins/org.eclipse.wst.server.preview/META-INF/MANIFEST.MF
parent44cfcfe10a0dbbc97e91aeb2450473e04dd25723 (diff)
downloadwebtools.servertools-d23babc08599e7a05d04beb94b45819456b0a318.tar.gz
webtools.servertools-d23babc08599e7a05d04beb94b45819456b0a318.tar.xz
webtools.servertools-d23babc08599e7a05d04beb94b45819456b0a318.zip
[201570] Move to Java 5
Diffstat (limited to 'plugins/org.eclipse.wst.server.preview/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.wst.server.preview/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.wst.server.preview/META-INF/MANIFEST.MF b/plugins/org.eclipse.wst.server.preview/META-INF/MANIFEST.MF
index cd2cb0dab..e0f61a53d 100644
--- a/plugins/org.eclipse.wst.server.preview/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.wst.server.preview/META-INF/MANIFEST.MF
@@ -11,4 +11,4 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
org.mortbay.jetty;bundle-version="[5.1.11,6.0.0)",
org.apache.commons.logging;bundle-version="[1.0.4,2.0.0)"
Eclipse-LazyStart: true
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top