aboutsummaryrefslogtreecommitdiffstats
path: root/language/.classpath
diff options
context:
space:
mode:
Diffstat (limited to 'language/.classpath')
-rw-r--r--language/.classpath62
1 files changed, 62 insertions, 0 deletions
diff --git a/language/.classpath b/language/.classpath
new file mode 100644
index 00000000..058cfd22
--- /dev/null
+++ b/language/.classpath
@@ -0,0 +1,62 @@
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/xtext-gen">
10 <attributes>
11 <attribute name="gradle_scope" value="main"/>
12 <attribute name="gradle_used_by_scope" value="main,test"/>
13 <attribute name="ignore_optional_problems" value="true"/>
14 </attributes>
15 </classpathentry>
16 <classpathentry kind="src" output="bin/main" path="src/main/xtend-gen">
17 <attributes>
18 <attribute name="gradle_scope" value="main"/>
19 <attribute name="gradle_used_by_scope" value="main,test"/>
20 <attribute name="ignore_optional_problems" value="true"/>
21 </attributes>
22 </classpathentry>
23 <classpathentry kind="src" output="bin/main" path="src/main/resources">
24 <attributes>
25 <attribute name="gradle_scope" value="main"/>
26 <attribute name="gradle_used_by_scope" value="main,test"/>
27 </attributes>
28 </classpathentry>
29 <classpathentry kind="src" output="bin/test" path="src/test/java">
30 <attributes>
31 <attribute name="gradle_scope" value="test"/>
32 <attribute name="gradle_used_by_scope" value="test"/>
33 <attribute name="test" value="true"/>
34 </attributes>
35 </classpathentry>
36 <classpathentry kind="src" output="bin/test" path="src/test/xtext-gen">
37 <attributes>
38 <attribute name="gradle_scope" value="test"/>
39 <attribute name="gradle_used_by_scope" value="test"/>
40 <attribute name="test" value="true"/>
41 <attribute name="ignore_optional_problems" value="true"/>
42 </attributes>
43 </classpathentry>
44 <classpathentry kind="src" output="bin/test" path="src/test/xtend-gen">
45 <attributes>
46 <attribute name="gradle_scope" value="test"/>
47 <attribute name="gradle_used_by_scope" value="test"/>
48 <attribute name="test" value="true"/>
49 <attribute name="ignore_optional_problems" value="true"/>
50 </attributes>
51 </classpathentry>
52 <classpathentry kind="src" output="bin/test" path="src/test/resources">
53 <attributes>
54 <attribute name="gradle_scope" value="test"/>
55 <attribute name="gradle_used_by_scope" value="test"/>
56 <attribute name="test" value="true"/>
57 </attributes>
58 </classpathentry>
59 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/>
60 <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
61 <classpathentry kind="output" path="bin/default"/>
62</classpath>