Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2007-03-31 21:10:41 +0000
committerdavid_williams2007-03-31 21:10:41 +0000
commitab4ff7439b42a1fbe520865a3b39d5e12607182b (patch)
treec65b42569eeb23f6f37e6cb803b5cc6c4b2d1d22 /plugins/org.eclipse.wst.common.frameworks.ui
parent755751bd1b2866e6f6f0fb039cce65b4898048a0 (diff)
downloadwebtools.common-ab4ff7439b42a1fbe520865a3b39d5e12607182b.tar.gz
webtools.common-ab4ff7439b42a1fbe520865a3b39d5e12607182b.tar.xz
webtools.common-ab4ff7439b42a1fbe520865a3b39d5e12607182b.zip
all bundles need to specify EE
Diffstat (limited to 'plugins/org.eclipse.wst.common.frameworks.ui')
-rw-r--r--plugins/org.eclipse.wst.common.frameworks.ui/.classpath2
-rw-r--r--plugins/org.eclipse.wst.common.frameworks.ui/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--plugins/org.eclipse.wst.common.frameworks.ui/META-INF/MANIFEST.MF1
3 files changed, 9 insertions, 1 deletions
diff --git a/plugins/org.eclipse.wst.common.frameworks.ui/.classpath b/plugins/org.eclipse.wst.common.frameworks.ui/.classpath
index 014fb18f6..0ea0610a5 100644
--- a/plugins/org.eclipse.wst.common.frameworks.ui/.classpath
+++ b/plugins/org.eclipse.wst.common.frameworks.ui/.classpath
@@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="src" path="wtp_ui/"/>
<classpathentry kind="src" path="property_files"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <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.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/plugins/org.eclipse.wst.common.frameworks.ui/.settings/org.eclipse.jdt.core.prefs b/plugins/org.eclipse.wst.common.frameworks.ui/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 000000000..b61fd97d0
--- /dev/null
+++ b/plugins/org.eclipse.wst.common.frameworks.ui/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+#Sat Mar 31 16:58:45 EDT 2007
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
+org.eclipse.jdt.core.compiler.compliance=1.4
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
+org.eclipse.jdt.core.compiler.source=1.3
diff --git a/plugins/org.eclipse.wst.common.frameworks.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.wst.common.frameworks.ui/META-INF/MANIFEST.MF
index 9bf2993c9..a2fa96e12 100644
--- a/plugins/org.eclipse.wst.common.frameworks.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.wst.common.frameworks.ui/META-INF/MANIFEST.MF
@@ -19,3 +19,4 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)",
org.eclipse.jem.util;bundle-version="[2.0.0,3.0.0)",
org.eclipse.wst.common.environment;bundle-version="[1.0.100,1.1.0)"
Eclipse-LazyStart: true
+Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top