Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 69f2823

Browse files
committed
Moving from STS to Buildship Eclipse plugin for gradle
1 parent 98d208f commit 69f2823

File tree

4 files changed

+45
-39
lines changed

4 files changed

+45
-39
lines changed

.classpath

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src/main/java"/>
4-
<classpathentry kind="src" path="src/main/resources"/>
5-
<classpathentry kind="src" path="src/test/java"/>
6-
<classpathentry kind="src" path="src/test/resources"/>
7-
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
8-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
9-
<classpathentry exported="true" kind="con" path="org.springsource.ide.eclipse.gradle.classpathcontainer"/>
10-
<classpathentry kind="con" path="org.springsource.ide.eclipse.gradle.dsld.classpathcontainer"/>
11-
<classpathentry kind="con" path="GROOVY_DSL_SUPPORT"/>
12-
<classpathentry kind="con" path="GROOVY_SUPPORT"/>
3+
<classpathentry kind="src" path="src/main/java">
4+
<attributes>
5+
<attribute name="FROM_GRADLE_MODEL" value="true"/>
6+
</attributes>
7+
</classpathentry>
8+
<classpathentry kind="src" path="src/main/resources">
9+
<attributes>
10+
<attribute name="FROM_GRADLE_MODEL" value="true"/>
11+
</attributes>
12+
</classpathentry>
13+
<classpathentry kind="src" path="src/test/java">
14+
<attributes>
15+
<attribute name="FROM_GRADLE_MODEL" value="true"/>
16+
</attributes>
17+
</classpathentry>
18+
<classpathentry kind="src" path="src/test/resources">
19+
<attributes>
20+
<attribute name="FROM_GRADLE_MODEL" value="true"/>
21+
</attributes>
22+
</classpathentry>
23+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_45 (32)"/>
24+
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
1325
<classpathentry kind="output" path="bin"/>
1426
</classpath>

.project

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<projectDescription>
3-
<name>RSyntaxTextArea</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-
</buildSpec>
14-
<natures>
15-
<nature>org.springsource.ide.eclipse.gradle.core.nature</nature>
16-
<nature>org.eclipse.jdt.core.javanature</nature>
17-
<nature>org.eclipse.jdt.groovy.core.groovyNature</nature>
18-
</natures>
19-
</projectDescription>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>RSyntaxTextArea</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.buildship.core.gradleprojectbuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
</buildSpec>
19+
<natures>
20+
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
21+
<nature>org.eclipse.jdt.core.javanature</nature>
22+
</natures>
23+
</projectDescription>

.settings/gradle/org.springsource.ide.eclipse.gradle.core.prefs

Lines changed: 0 additions & 7 deletions
This file was deleted.

.settings/gradle/org.springsource.ide.eclipse.gradle.refresh.prefs

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)