Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fluegge2010-05-16 16:04:14 +0000
committerMartin Fluegge2010-05-16 16:04:14 +0000
commit468ae2103a4d6cf24aab3a2cabd4d764c5daaa5d (patch)
treeb1e8a80a173025cd6bd3b0924b1efddc50775ed8 /plugins/org.eclipse.emf.cdo.dawn.codegen/.classpath
parentd1c0df56d49e38b5c5f5d8b9457973f63c468ad3 (diff)
downloadcdo-468ae2103a4d6cf24aab3a2cabd4d764c5daaa5d.tar.gz
cdo-468ae2103a4d6cf24aab3a2cabd4d764c5daaa5d.tar.xz
cdo-468ae2103a4d6cf24aab3a2cabd4d764c5daaa5d.zip
[308232] [Dawn] Develop collaborative support for GMF on CDO
https://bugs.eclipse.org/bugs/show_bug.cgi?id=308232
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.codegen/.classpath')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.codegen/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen/.classpath b/plugins/org.eclipse.emf.cdo.dawn.codegen/.classpath
new file mode 100644
index 0000000000..64c5e31b7a
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.codegen/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <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="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top