Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkuppe2009-02-12 13:56:51 +0000
committermkuppe2009-02-12 13:56:51 +0000
commit77a86ee2e94f0171d30b867acdb89206b89d0886 (patch)
treeaa5ae75aaf4ed1a24b4f86ea699c7e0fe521a9c2 /examples/bundles/org.eclipse.ecf.example.collab.editor/.classpath
parent45289cc6016fdf3a8a80d0c24c403f64fad450e7 (diff)
downloadorg.eclipse.ecf-77a86ee2e94f0171d30b867acdb89206b89d0886.tar.gz
org.eclipse.ecf-77a86ee2e94f0171d30b867acdb89206b89d0886.tar.xz
org.eclipse.ecf-77a86ee2e94f0171d30b867acdb89206b89d0886.zip
NEW - bug 264126: BREE should include Foundation 1.1 as much as possible
https://bugs.eclipse.org/bugs/show_bug.cgi?id=264126
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.example.collab.editor/.classpath')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab.editor/.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab.editor/.classpath b/examples/bundles/org.eclipse.ecf.example.collab.editor/.classpath
index ce7393340..6f3b481ac 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab.editor/.classpath
+++ b/examples/bundles/org.eclipse.ecf.example.collab.editor/.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="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top