aboutsummaryrefslogtreecommitdiffstats
path: root/language-ide
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-ide
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-ide')
-rw-r--r--language-ide/.classpath32
-rw-r--r--language-ide/.project29
-rw-r--r--language-ide/.settings/org.eclipse.core.resources.prefs2
3 files changed, 0 insertions, 63 deletions
diff --git a/language-ide/.classpath b/language-ide/.classpath
deleted file mode 100644
index c2583eb8..00000000
--- a/language-ide/.classpath
+++ /dev/null
@@ -1,32 +0,0 @@
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>
diff --git a/language-ide/.project b/language-ide/.project
deleted file mode 100644
index 55c47a3f..00000000
--- a/language-ide/.project
+++ /dev/null
@@ -1,29 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<projectDescription>
3 <name>language-ide</name>
4 <comment></comment>
5 <projects>
6 </projects>
7 <buildSpec>
8 <buildCommand>
9 <name>org.eclipse.jdt.core.javabuilder</name>
10 <arguments>
11 </arguments>
12 </buildCommand>
13 <buildCommand>
14 <name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
15 <arguments>
16 </arguments>
17 </buildCommand>
18 <buildCommand>
19 <name>org.eclipse.buildship.core.gradleprojectbuilder</name>
20 <arguments>
21 </arguments>
22 </buildCommand>
23 </buildSpec>
24 <natures>
25 <nature>org.eclipse.buildship.core.gradleprojectnature</nature>
26 <nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
27 <nature>org.eclipse.jdt.core.javanature</nature>
28 </natures>
29</projectDescription>
diff --git a/language-ide/.settings/org.eclipse.core.resources.prefs b/language-ide/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index 99f26c02..00000000
--- a/language-ide/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,2 +0,0 @@
1eclipse.preferences.version=1
2encoding/<project>=UTF-8