Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2006-04-13 15:31:06 +0000
committerDani Megert2006-04-13 15:31:06 +0000
commit4c2e1033320cd02c81f4bb7dc3575c4c945a23e1 (patch)
treecb4254105e64511cb55830f984ccaaa78c2a3723 /org.eclipse.jface.text/.classpath
parent0f55d69de5e97bb4405f9b0ac7bc7262ecdfdd19 (diff)
downloadeclipse.platform.text-4c2e1033320cd02c81f4bb7dc3575c4c945a23e1.tar.gz
eclipse.platform.text-4c2e1033320cd02c81f4bb7dc3575c4c945a23e1.tar.xz
eclipse.platform.text-4c2e1033320cd02c81f4bb7dc3575c4c945a23e1.zip
[mkeller] remove Execution Environments to become independent of
136146: JRE container with EE is not backwards compatible with 3.1
Diffstat (limited to 'org.eclipse.jface.text/.classpath')
-rw-r--r--org.eclipse.jface.text/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jface.text/.classpath b/org.eclipse.jface.text/.classpath
index 6b16bb73e0d..f2a7ad8ee11 100644
--- a/org.eclipse.jface.text/.classpath
+++ b/org.eclipse.jface.text/.classpath
@@ -3,6 +3,6 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="projection"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/executionEnvironments/J2SE-1.4"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top