Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Brun2011-01-05 14:13:01 +0000
committerCedric Brun2011-01-05 14:13:01 +0000
commit8a1c5eb415078284a94d29c00280485ee60843cf (patch)
tree30ee7be4f84904ae13c89e0a873d759adf061bac /plugins/org.eclipse.emf.compare.tests/.classpath
parentf0991e9aff822115764d9c392404a906e735a602 (diff)
downloadorg.eclipse.emf.compare-8a1c5eb415078284a94d29c00280485ee60843cf.tar.gz
org.eclipse.emf.compare-8a1c5eb415078284a94d29c00280485ee60843cf.tar.xz
org.eclipse.emf.compare-8a1c5eb415078284a94d29c00280485ee60843cf.zip
repository relayout : https://bugs.eclipse.org/bugs/show_bug.cgi?id=333059
Diffstat (limited to 'plugins/org.eclipse.emf.compare.tests/.classpath')
-rw-r--r--plugins/org.eclipse.emf.compare.tests/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.compare.tests/.classpath b/plugins/org.eclipse.emf.compare.tests/.classpath
new file mode 100644
index 000000000..304e86186
--- /dev/null
+++ b/plugins/org.eclipse.emf.compare.tests/.classpath
@@ -0,0 +1,7 @@
+<?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>

Back to the top