diff options
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.emf/.classpath')
-rw-r--r-- | plugins/org.eclipse.emf.cdo.dawn.emf/.classpath | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.emf/.classpath b/plugins/org.eclipse.emf.cdo.dawn.emf/.classpath new file mode 100644 index 0000000000..2d1a4302f0 --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.dawn.emf/.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>
|