Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2007-08-31 15:13:40 +0000
committerEike Stepper2007-08-31 15:13:40 +0000
commit2da9be374e67b3e1a7f6f0f1d13dee8946245b83 (patch)
treeeaf28119a0b23a4a3331d07a1a870fcf1514910e /plugins/org.eclipse.emf.cdo.ui/.classpath
parentefd3d0deea8d3c1335f3ed096a0768a4d05ebd4e (diff)
downloadcdo-2da9be374e67b3e1a7f6f0f1d13dee8946245b83.tar.gz
cdo-2da9be374e67b3e1a7f6f0f1d13dee8946245b83.tar.xz
cdo-2da9be374e67b3e1a7f6f0f1d13dee8946245b83.zip
[201839] Net4j/CDO Components must comform to incubation rules
https://bugs.eclipse.org/bugs/show_bug.cgi?id=201839
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui/.classpath')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui/.classpath b/plugins/org.eclipse.emf.cdo.ui/.classpath
index d61bf19239..7c9245c85f 100644
--- a/plugins/org.eclipse.emf.cdo.ui/.classpath
+++ b/plugins/org.eclipse.emf.cdo.ui/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="org/eclipse/emf/cdo/internal/ui/editor/CDOModelWizard.java|org/eclipse/emf/cdo/internal/ui/editor/EditorEditorPlugin.java|org/eclipse/emf/cdo/internal/ui/wizards/old/" kind="src" path="src"/>
- <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="bin"/>
</classpath>

Back to the top