Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Widmer2006-04-13 15:29:58 +0000
committerTobias Widmer2006-04-13 15:29:58 +0000
commit95b07cd33f50391942f8898217149e7b1b5e7720 (patch)
treeecf9bea11aae7bf1be73a972ba612e972d89f190 /org.eclipse.ltk.core.refactoring/.classpath
parent14e4d558d7418b54b62dcf39204a47c2d3dcad9b (diff)
downloadeclipse.jdt.ui-95b07cd33f50391942f8898217149e7b1b5e7720.tar.gz
eclipse.jdt.ui-95b07cd33f50391942f8898217149e7b1b5e7720.tar.xz
eclipse.jdt.ui-95b07cd33f50391942f8898217149e7b1b5e7720.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.ltk.core.refactoring/.classpath')
-rw-r--r--org.eclipse.ltk.core.refactoring/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ltk.core.refactoring/.classpath b/org.eclipse.ltk.core.refactoring/.classpath
index 11ba38763c..065ac06e19 100644
--- a/org.eclipse.ltk.core.refactoring/.classpath
+++ b/org.eclipse.ltk.core.refactoring/.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