aboutsummaryrefslogtreecommitdiffstats
path: root/language-model/.classpath
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-06-27 14:28:35 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-06-27 14:28:35 +0200
commit39994e99591536e9519e92b447dfee240f482b99 (patch)
treee2d2ead9c6555be2208a50dbefeb7bc98cc43175 /language-model/.classpath
parentSimplify project layout (diff)
downloadrefinery-39994e99591536e9519e92b447dfee240f482b99.tar.gz
refinery-39994e99591536e9519e92b447dfee240f482b99.tar.zst
refinery-39994e99591536e9519e92b447dfee240f482b99.zip
Remove Eclipse-specific files
They can be re-generated by the BuildShip plugin anyways.
Diffstat (limited to 'language-model/.classpath')
-rw-r--r--language-model/.classpath19
1 files changed, 0 insertions, 19 deletions
diff --git a/language-model/.classpath b/language-model/.classpath
deleted file mode 100644
index 2e8747d8..00000000
--- a/language-model/.classpath
+++ /dev/null
@@ -1,19 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" output="bin/main" path="src/main/emf-gen">
4 <attributes>
5 <attribute name="gradle_scope" value="main"/>
6 <attribute name="gradle_used_by_scope" value="main,test"/>
7 <attribute name="ignore_optional_problems" value="true"/>
8 </attributes>
9 </classpathentry>
10 <classpathentry kind="src" output="bin/main" path="src/main/resources">
11 <attributes>
12 <attribute name="gradle_scope" value="main"/>
13 <attribute name="gradle_used_by_scope" value="main,test"/>
14 </attributes>
15 </classpathentry>
16 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/>
17 <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
18 <classpathentry kind="output" path="bin/default"/>
19</classpath>