[189356] setting EE
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 d926849..66244c7 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,3 +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
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 e7ba51a..b3263a0 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,3 +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
diff --git a/plugins/org.eclipse.jst.j2ee.webservice/.classpath b/plugins/org.eclipse.jst.j2ee.webservice/.classpath index 43c5b11..be3b410 100644 --- a/plugins/org.eclipse.jst.j2ee.webservice/.classpath +++ b/plugins/org.eclipse.jst.j2ee.webservice/.classpath
@@ -3,14 +3,6 @@ <classpathentry kind="src" path="webservice/"/> <classpathentry kind="src" path="property_files"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"> - <accessrules> - <accessrule kind="accessible" pattern="org/eclipse/wst/common/**"/> - <accessrule kind="accessible" pattern="org/eclipse/wst/validation/**"/> - <accessrule kind="accessible" pattern="org/eclipse/jem/**"/> - <accessrule kind="accessible" pattern="org/eclipse/jst/j2ee/**"/> - <accessrule kind="accessible" pattern="org/eclipse/wst/ws/**"/> - </accessrules> - </classpathentry> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="output" path="bin"/> </classpath>