Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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.search.tests
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.search.tests')
-rw-r--r--org.eclipse.search.tests/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.search.tests/.classpath b/org.eclipse.search.tests/.classpath
index 11ba38763c6..065ac06e197 100644
--- a/org.eclipse.search.tests/.classpath
+++ b/org.eclipse.search.tests/.classpath
@@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<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