aboutsummaryrefslogtreecommitdiffstats
path: root/Application/org.eclipse.viatra.solver.language.ui.tests/.classpath
diff options
context:
space:
mode:
authorLibravatar Oszkar Semerath <semerath@mit.bme.hu>2020-04-28 20:43:04 +0200
committerLibravatar Oszkar Semerath <semerath@mit.bme.hu>2020-04-28 20:43:04 +0200
commit8a7b9b436b31e6d2f5a0521a077c960ebdeb4cbe (patch)
treed525bef75519f364d637e0779f8e63d4199dee31 /Application/org.eclipse.viatra.solver.language.ui.tests/.classpath
parentcheck expressions are mapped to WF constraints (diff)
downloadVIATRA-Generator-8a7b9b436b31e6d2f5a0521a077c960ebdeb4cbe.tar.gz
VIATRA-Generator-8a7b9b436b31e6d2f5a0521a077c960ebdeb4cbe.tar.zst
VIATRA-Generator-8a7b9b436b31e6d2f5a0521a077c960ebdeb4cbe.zip
initial commit
Diffstat (limited to 'Application/org.eclipse.viatra.solver.language.ui.tests/.classpath')
-rw-r--r--Application/org.eclipse.viatra.solver.language.ui.tests/.classpath26
1 files changed, 26 insertions, 0 deletions
diff --git a/Application/org.eclipse.viatra.solver.language.ui.tests/.classpath b/Application/org.eclipse.viatra.solver.language.ui.tests/.classpath
new file mode 100644
index 00000000..5c07a9f3
--- /dev/null
+++ b/Application/org.eclipse.viatra.solver.language.ui.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>