[279627] Tighten compiler and move up to Java 1.5
diff --git a/plugins/org.eclipse.jst.common.annotations.controller/.classpath b/plugins/org.eclipse.jst.common.annotations.controller/.classpath index add989a..a350a5f 100644 --- a/plugins/org.eclipse.jst.common.annotations.controller/.classpath +++ b/plugins/org.eclipse.jst.common.annotations.controller/.classpath
@@ -2,7 +2,7 @@ <classpath> <classpathentry kind="src" path="controller"/> <classpathentry kind="src" path="property_files"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"> <accessrules> <accessrule kind="accessible" pattern="org/eclipse/wst/common/**"/>
diff --git a/plugins/org.eclipse.jst.common.annotations.controller/META-INF/MANIFEST.MF b/plugins/org.eclipse.jst.common.annotations.controller/META-INF/MANIFEST.MF index f27b515..29bcdf3 100644 --- a/plugins/org.eclipse.jst.common.annotations.controller/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.jst.common.annotations.controller/META-INF/MANIFEST.MF
@@ -16,4 +16,4 @@ org.eclipse.jem.util;bundle-version="[2.0.0,3.0.0)", org.eclipse.jem.workbench;bundle-version="[2.0.0,3.0.0)", org.eclipse.jst.common.annotations.core;bundle-version="[1.1.0,1.2.0)" -Bundle-RequiredExecutionEnvironment: J2SE-1.4 +Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/plugins/org.eclipse.jst.common.annotations.core/.classpath b/plugins/org.eclipse.jst.common.annotations.core/.classpath index b954d8f..83a4f32 100644 --- a/plugins/org.eclipse.jst.common.annotations.core/.classpath +++ b/plugins/org.eclipse.jst.common.annotations.core/.classpath
@@ -2,7 +2,7 @@ <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="property_files"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"> <accessrules> <accessrule kind="accessible" pattern="org/eclipse/wst/common/**"/>
diff --git a/plugins/org.eclipse.jst.common.annotations.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.jst.common.annotations.core/META-INF/MANIFEST.MF index d7ae151..c018806 100644 --- a/plugins/org.eclipse.jst.common.annotations.core/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.jst.common.annotations.core/META-INF/MANIFEST.MF
@@ -11,4 +11,4 @@ org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", org.eclipse.jem.util;bundle-version="[2.0.0,3.0.0)", org.eclipse.jdt.core;bundle-version="[3.2.0,4.0.0)" -Bundle-RequiredExecutionEnvironment: J2SE-1.4 +Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/plugins/org.eclipse.jst.common.annotations.ui/.classpath b/plugins/org.eclipse.jst.common.annotations.ui/.classpath index 6c4c798..8bad5c7 100644 --- a/plugins/org.eclipse.jst.common.annotations.ui/.classpath +++ b/plugins/org.eclipse.jst.common.annotations.ui/.classpath
@@ -2,7 +2,7 @@ <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="property_files"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"> <accessrules> <accessrule kind="accessible" pattern="org/eclipse/wst/common/**"/>
diff --git a/plugins/org.eclipse.jst.common.annotations.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.jst.common.annotations.ui/META-INF/MANIFEST.MF index d774c70..08312c0 100644 --- a/plugins/org.eclipse.jst.common.annotations.ui/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.jst.common.annotations.ui/META-INF/MANIFEST.MF
@@ -23,4 +23,4 @@ org.eclipse.wst.common.emf;bundle-version="[1.1.0,1.2.0)", org.eclipse.jst.common.annotations.core;bundle-version="[1.1.0,1.2.0)" Eclipse-LazyStart: true -Bundle-RequiredExecutionEnvironment: J2SE-1.4 +Bundle-RequiredExecutionEnvironment: J2SE-1.5