Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2006-04-19 10:41:00 +0000
committerDani Megert2006-04-19 10:41:00 +0000
commitae7587eb4b5d63712e99a0f59908220ef022cb14 (patch)
treeb86186ea3ff140f5cbf9e2e38c62a470019ebddf /org.eclipse.jface.text/.classpath
parentf057deaf6606f73a80bd5c882b59fa2c4590d4b8 (diff)
downloadeclipse.platform.text-ae7587eb4b5d63712e99a0f59908220ef022cb14.tar.gz
eclipse.platform.text-ae7587eb4b5d63712e99a0f59908220ef022cb14.tar.xz
eclipse.platform.text-ae7587eb4b5d63712e99a0f59908220ef022cb14.zip
Use execution environment.
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 f2a7ad8ee11..001d4f67af2 100644
--- a/org.eclipse.jface.text/.classpath
+++ b/org.eclipse.jface.text/.classpath
@@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="projection"/>
+ <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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top