Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsuen2007-09-11 14:58:43 +0000
committerrsuen2007-09-11 14:58:43 +0000
commitd7195c48a5a68a5642028b3440e41789a8f9ebd4 (patch)
tree46412227153938be508396093df0bb34cf3e5271 /examples/bundles/org.eclipse.ecf.example.pubsub/.classpath
parentc78dd1daaf47c49f57034d9c3c4395f49a34fc5f (diff)
downloadorg.eclipse.ecf-d7195c48a5a68a5642028b3440e41789a8f9ebd4.tar.gz
org.eclipse.ecf-d7195c48a5a68a5642028b3440e41789a8f9ebd4.tar.xz
org.eclipse.ecf-d7195c48a5a68a5642028b3440e41789a8f9ebd4.zip
Fix the EEs.
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.example.pubsub/.classpath')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.pubsub/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.pubsub/.classpath b/examples/bundles/org.eclipse.ecf.example.pubsub/.classpath
index ce7393340..7cdeb7319 100644
--- a/examples/bundles/org.eclipse.ecf.example.pubsub/.classpath
+++ b/examples/bundles/org.eclipse.ecf.example.pubsub/.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.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/CDC-1.1%Foundation-1.1"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top