aboutsummaryrefslogtreecommitdiffstats
path: root/Application/org.eclipse.viatra.solver.language.tests/.classpath
diff options
context:
space:
mode:
Diffstat (limited to 'Application/org.eclipse.viatra.solver.language.tests/.classpath')
-rw-r--r--Application/org.eclipse.viatra.solver.language.tests/.classpath26
1 files changed, 26 insertions, 0 deletions
diff --git a/Application/org.eclipse.viatra.solver.language.tests/.classpath b/Application/org.eclipse.viatra.solver.language.tests/.classpath
new file mode 100644
index 00000000..5c07a9f3
--- /dev/null
+++ b/Application/org.eclipse.viatra.solver.language.tests/.classpath
@@ -0,0 +1,26 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" output="test-bin" path="src">
4 <attributes>
5 <attribute name="test" value="true"/>
6 </attributes>
7 </classpathentry>
8 <classpathentry kind="src" output="test-bin" path="src-gen">
9 <attributes>
10 <attribute name="test" value="true"/>
11 </attributes>
12 </classpathentry>
13 <classpathentry kind="src" output="test-bin" path="xtend-gen">
14 <attributes>
15 <attribute name="test" value="true"/>
16 </attributes>
17 </classpathentry>
18 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
19 <attributes>
20 <attribute name="test" value="true"/>
21 </attributes>
22 </classpathentry>
23 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
24 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
25 <classpathentry kind="output" path="bin"/>
26</classpath>