Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.eef.nonreg.design/.classpath')
-rw-r--r--tests/org.eclipse.emf.eef.nonreg.design/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/org.eclipse.emf.eef.nonreg.design/.classpath b/tests/org.eclipse.emf.eef.nonreg.design/.classpath
new file mode 100644
index 000000000..d41e0ec14
--- /dev/null
+++ b/tests/org.eclipse.emf.eef.nonreg.design/.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"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top