Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2007-12-17 09:50:12 +0000
committerEike Stepper2007-12-17 09:50:12 +0000
commitb44de0ba64bf0f2f8dbb00171fd1be32e6bf328a (patch)
tree9e1a9bb0f45744e64d28e1bc077af150eb3ce4ed /plugins/org.eclipse.emf.cdo.doc/.classpath
parentfa0f7794dd9e7e979a4b4ed3972f2179e5eb1281 (diff)
downloadcdo-b44de0ba64bf0f2f8dbb00171fd1be32e6bf328a.tar.gz
cdo-b44de0ba64bf0f2f8dbb00171fd1be32e6bf328a.tar.xz
cdo-b44de0ba64bf0f2f8dbb00171fd1be32e6bf328a.zip
[213150] Migrate CDO to EMF 2.4M4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=213150
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/.classpath')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/.classpath b/plugins/org.eclipse.emf.cdo.doc/.classpath
index 138dcf9172..5729306ba0 100644
--- a/plugins/org.eclipse.emf.cdo.doc/.classpath
+++ b/plugins/org.eclipse.emf.cdo.doc/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path=""/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path=""/>
</classpath>

Back to the top