Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2006-05-09 16:05:54 +0000
committerMichael Valenta2006-05-09 16:05:54 +0000
commit2ca34fa73440237b65c4742bcaff5f3b47e16d6c (patch)
treeff2576bdd74030889432c0cc590c63b86d3a8777 /bundles/org.eclipse.team.cvs.core/.classpath
parentae74374bd98e0fdbc9cd37b377fba1022f06995c (diff)
downloadeclipse.platform.team-2ca34fa73440237b65c4742bcaff5f3b47e16d6c.tar.gz
eclipse.platform.team-2ca34fa73440237b65c4742bcaff5f3b47e16d6c.tar.xz
eclipse.platform.team-2ca34fa73440237b65c4742bcaff5f3b47e16d6c.zip
Specified execution environment dependency
Diffstat (limited to 'bundles/org.eclipse.team.cvs.core/.classpath')
-rw-r--r--bundles/org.eclipse.team.cvs.core/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.cvs.core/.classpath b/bundles/org.eclipse.team.cvs.core/.classpath
index 065ac06e1..ce7393340 100644
--- a/bundles/org.eclipse.team.cvs.core/.classpath
+++ b/bundles/org.eclipse.team.cvs.core/.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