Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.jsdt.manipulation/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.jsdt.manipulation/META-INF/MANIFEST.MF
index 2e509d53a..077e1d3ac 100644
--- a/bundles/org.eclipse.wst.jsdt.manipulation/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.jsdt.manipulation/META-INF/MANIFEST.MF
@@ -15,7 +15,7 @@ Bundle-Activator: org.eclipse.wst.jsdt.internal.core.manipulation.JavaManipulati
Eclipse-LazyStart: true
Bundle-SymbolicName: org.eclipse.wst.jsdt.manipulation;singleton:=true
Bundle-Name: %pluginName
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Localization: plugin
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy

Back to the top