aboutsummaryrefslogtreecommitdiffstats
path: root/language-ide/.classpath
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-06-27 14:22:40 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-06-27 14:22:40 +0200
commit07719e927f9d398765e661c84fd8778cefb39083 (patch)
tree9652080f7e580f09a0763a3e258348dea6e02684 /language-ide/.classpath
parentAdd enum support (diff)
downloadrefinery-07719e927f9d398765e661c84fd8778cefb39083.tar.gz
refinery-07719e927f9d398765e661c84fd8778cefb39083.tar.zst
refinery-07719e927f9d398765e661c84fd8778cefb39083.zip
Simplify project layout
Diffstat (limited to 'language-ide/.classpath')
-rw-r--r--language-ide/.classpath32
1 files changed, 32 insertions, 0 deletions
diff --git a/language-ide/.classpath b/language-ide/.classpath
new file mode 100644
index 00000000..c2583eb8
--- /dev/null
+++ b/language-ide/.classpath
@@ -0,0 +1,32 @@
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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/>
30 <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
31 <classpathentry kind="output" path="bin/default"/>
32</classpath>