aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.viatra.solver.language.parent/org.eclipse.viatra.solver.language/.classpath
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-06-25 17:12:45 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-06-25 17:12:45 +0200
commitbaba88758a0ea5f671ab4a2aeacec374bed938c4 (patch)
tree1be30230a0959ce8d22986d91b1ed2460a328148 /org.eclipse.viatra.solver.language.parent/org.eclipse.viatra.solver.language/.classpath
parentInitial commit (diff)
downloadrefinery-baba88758a0ea5f671ab4a2aeacec374bed938c4.tar.gz
refinery-baba88758a0ea5f671ab4a2aeacec374bed938c4.tar.zst
refinery-baba88758a0ea5f671ab4a2aeacec374bed938c4.zip
Add initial prototype
Diffstat (limited to 'org.eclipse.viatra.solver.language.parent/org.eclipse.viatra.solver.language/.classpath')
-rw-r--r--org.eclipse.viatra.solver.language.parent/org.eclipse.viatra.solver.language/.classpath58
1 files changed, 58 insertions, 0 deletions
diff --git a/org.eclipse.viatra.solver.language.parent/org.eclipse.viatra.solver.language/.classpath b/org.eclipse.viatra.solver.language.parent/org.eclipse.viatra.solver.language/.classpath
new file mode 100644
index 00000000..01bce195
--- /dev/null
+++ b/org.eclipse.viatra.solver.language.parent/org.eclipse.viatra.solver.language/.classpath
@@ -0,0 +1,58 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" output="bin/main" path="src/main/java">
4 <attributes>
5 <attribute name="gradle_scope" value="main"/>
6 <attribute name="gradle_used_by_scope" value="main,test"/>
7 </attributes>
8 </classpathentry>
9 <classpathentry kind="src" output="bin/main" path="src/main/resources">
10 <attributes>
11 <attribute name="gradle_scope" value="main"/>
12 <attribute name="gradle_used_by_scope" value="main,test"/>
13 </attributes>
14 </classpathentry>
15 <classpathentry kind="src" output="bin/main" path="src/main/xtext-gen">
16 <attributes>
17 <attribute name="gradle_scope" value="main"/>
18 <attribute name="gradle_used_by_scope" value="main,test"/>
19 </attributes>
20 </classpathentry>
21 <classpathentry kind="src" output="bin/main" path="src/main/xtend-gen">
22 <attributes>
23 <attribute name="gradle_scope" value="main"/>
24 <attribute name="gradle_used_by_scope" value="main,test"/>
25 </attributes>
26 </classpathentry>
27 <classpathentry kind="src" output="bin/test" path="src/test/java">
28 <attributes>
29 <attribute name="gradle_scope" value="test"/>
30 <attribute name="gradle_used_by_scope" value="test"/>
31 <attribute name="test" value="true"/>
32 </attributes>
33 </classpathentry>
34 <classpathentry kind="src" output="bin/test" path="src/test/resources">
35 <attributes>
36 <attribute name="gradle_scope" value="test"/>
37 <attribute name="gradle_used_by_scope" value="test"/>
38 <attribute name="test" value="true"/>
39 </attributes>
40 </classpathentry>
41 <classpathentry kind="src" output="bin/test" path="src/test/xtext-gen">
42 <attributes>
43 <attribute name="gradle_scope" value="test"/>
44 <attribute name="gradle_used_by_scope" value="test"/>
45 <attribute name="test" value="true"/>
46 </attributes>
47 </classpathentry>
48 <classpathentry kind="src" output="bin/test" path="src/test/xtend-gen">
49 <attributes>
50 <attribute name="gradle_scope" value="test"/>
51 <attribute name="gradle_used_by_scope" value="test"/>
52 <attribute name="test" value="true"/>
53 </attributes>
54 </classpathentry>
55 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/>
56 <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
57 <classpathentry kind="output" path="bin/default"/>
58</classpath>