Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-04-21 03:24:10 +0000
committerslewis2007-04-21 03:24:10 +0000
commit71c6cfae44ad1bb25e5917108c3a1984a62919ad (patch)
tree27f7ae34aa29480a30bf6f5a01a191514e0030f2 /framework/bundles/org.eclipse.ecf/.classpath
parent5124aabf199a197b8f4227b52b7e6b6065f5084e (diff)
downloadorg.eclipse.ecf-71c6cfae44ad1bb25e5917108c3a1984a62919ad.tar.gz
org.eclipse.ecf-71c6cfae44ad1bb25e5917108c3a1984a62919ad.tar.xz
org.eclipse.ecf-71c6cfae44ad1bb25e5917108c3a1984a62919ad.zip
Fixes for CDC 1.0/Foundation 1.0
Diffstat (limited to 'framework/bundles/org.eclipse.ecf/.classpath')
-rw-r--r--framework/bundles/org.eclipse.ecf/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf/.classpath b/framework/bundles/org.eclipse.ecf/.classpath
index 36e946365..ce0c7a5d4 100644
--- a/framework/bundles/org.eclipse.ecf/.classpath
+++ b/framework/bundles/org.eclipse.ecf/.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.3"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/CDC-1.0%Foundation-1.0"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top