Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlgoubet2011-08-02 12:57:41 +0000
committerlgoubet2011-08-02 12:57:41 +0000
commit50a4ed91a8c856797ef04b8b8a22a3bda6329505 (patch)
treeef881d3b37fa25562abdaa52d7bede8084907f15 /plugins/org.eclipse.emf.compare.tests/.classpath
parent94c3141860e7849c3af8570b39c7ee1e394f1866 (diff)
downloadorg.eclipse.emf.compare-50a4ed91a8c856797ef04b8b8a22a3bda6329505.tar.gz
org.eclipse.emf.compare-50a4ed91a8c856797ef04b8b8a22a3bda6329505.tar.xz
org.eclipse.emf.compare-50a4ed91a8c856797ef04b8b8a22a3bda6329505.zip
Create and generate the code of a custom metamodel for the merge tests.
Diffstat (limited to 'plugins/org.eclipse.emf.compare.tests/.classpath')
-rw-r--r--plugins/org.eclipse.emf.compare.tests/.classpath15
1 files changed, 8 insertions, 7 deletions
diff --git a/plugins/org.eclipse.emf.compare.tests/.classpath b/plugins/org.eclipse.emf.compare.tests/.classpath
index 304e86186..afb9bb46e 100644
--- a/plugins/org.eclipse.emf.compare.tests/.classpath
+++ b/plugins/org.eclipse.emf.compare.tests/.classpath
@@ -1,7 +1,8 @@
-<?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/J2SE-1.5"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src-gen"/>
+ <classpathentry kind="src" path="src"/>
+ <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