Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-05-09 20:27:52 +0000
committerDarin Wright2006-05-09 20:27:52 +0000
commitb449de92cc90fd9227c9d012d0353759512d0b8f (patch)
treeb5970b3b435ff37094f62828e2d3f72071c75dfa /org.eclipse.core.variables/.classpath
parent6d840573be79981c562b5d77173313f224be548a (diff)
downloadeclipse.platform.debug-b449de92cc90fd9227c9d012d0353759512d0b8f.tar.gz
eclipse.platform.debug-b449de92cc90fd9227c9d012d0353759512d0b8f.tar.xz
eclipse.platform.debug-b449de92cc90fd9227c9d012d0353759512d0b8f.zip
[eclipse-dev] Specifying Execution Environments
Diffstat (limited to 'org.eclipse.core.variables/.classpath')
-rw-r--r--org.eclipse.core.variables/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.core.variables/.classpath b/org.eclipse.core.variables/.classpath
index 065ac06e1..ce7393340 100644
--- a/org.eclipse.core.variables/.classpath
+++ b/org.eclipse.core.variables/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
+ <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