Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkuppe2007-11-29 12:10:36 +0000
committermkuppe2007-11-29 12:10:36 +0000
commit42152aed10d0b009d8ec1778da2e18950d8a2c8b (patch)
tree5b80099691f3ae59cae0bb7cba1c0d62200d5e32 /framework/bundles/org.eclipse.ecf.discovery/.classpath
parent81707365f170dfb5e4de112dc173256e3b90a623 (diff)
downloadorg.eclipse.ecf-42152aed10d0b009d8ec1778da2e18950d8a2c8b.tar.gz
org.eclipse.ecf-42152aed10d0b009d8ec1778da2e18950d8a2c8b.tar.xz
org.eclipse.ecf-42152aed10d0b009d8ec1778da2e18950d8a2c8b.zip
ASSIGNED - bug 209774: Simplify/generalize discovery API (summary bug)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=209774
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.discovery/.classpath')
-rw-r--r--framework/bundles/org.eclipse.ecf.discovery/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.discovery/.classpath b/framework/bundles/org.eclipse.ecf.discovery/.classpath
index ce0c7a5d4..7cdeb7319 100644
--- a/framework/bundles/org.eclipse.ecf.discovery/.classpath
+++ b/framework/bundles/org.eclipse.ecf.discovery/.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/CDC-1.0%Foundation-1.0"/>
+ <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