Skip to content

Commit 25de40f

Browse files
committed
Removed Buildship preferences from source control (these are generated by Buildship)
NOTE: If you have already imported LSP4J into an Eclipse workspace, you probably need to remove and reimport the projects after this change. Use the "Existing Gradle Project" import wizard for that.
1 parent 0cacee9 commit 25de40f

File tree

10 files changed

+32
-65
lines changed

10 files changed

+32
-65
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ target/
44
build/
55
.gradle/
66
META-INF/
7+
org.eclipse.buildship.core.prefs
78
org.eclipse.jdt.core.prefs
89
org.eclipse.xtext.java.Java.prefs
910
org.eclipse.xtend.core.Xtend.prefs

.project

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<projects>
66
</projects>
77
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
813
</buildSpec>
914
<natures>
1015
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>

.settings/org.eclipse.buildship.core.prefs

-5
This file was deleted.

org.eclipse.lsp4j.debug/.project

+13-10
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,28 @@
22
<projectDescription>
33
<name>org.eclipse.lsp4j.debug</name>
44
<comment>Java bindings for the Debug Server Protocol</comment>
5-
<projects/>
6-
<natures>
7-
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
8-
<nature>org.eclipse.jdt.core.javanature</nature>
9-
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
10-
</natures>
5+
<projects>
6+
</projects>
117
<buildSpec>
128
<buildCommand>
139
<name>org.eclipse.jdt.core.javabuilder</name>
14-
<arguments/>
10+
<arguments>
11+
</arguments>
1512
</buildCommand>
1613
<buildCommand>
1714
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
18-
<arguments/>
15+
<arguments>
16+
</arguments>
1917
</buildCommand>
2018
<buildCommand>
2119
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
22-
<arguments/>
20+
<arguments>
21+
</arguments>
2322
</buildCommand>
2423
</buildSpec>
25-
<linkedResources/>
24+
<natures>
25+
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
26+
<nature>org.eclipse.jdt.core.javanature</nature>
27+
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
28+
</natures>
2629
</projectDescription>

org.eclipse.lsp4j.debug/.settings/org.eclipse.buildship.core.prefs

-8
This file was deleted.

org.eclipse.lsp4j.generator/.settings/org.eclipse.buildship.core.prefs

-8
This file was deleted.

org.eclipse.lsp4j.jsonrpc.debug/.project

+13-10
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,28 @@
22
<projectDescription>
33
<name>org.eclipse.lsp4j.jsonrpc.debug</name>
44
<comment>Debug Protocol JSON-RPC implementation</comment>
5-
<projects/>
6-
<natures>
7-
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
8-
<nature>org.eclipse.jdt.core.javanature</nature>
9-
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
10-
</natures>
5+
<projects>
6+
</projects>
117
<buildSpec>
128
<buildCommand>
139
<name>org.eclipse.jdt.core.javabuilder</name>
14-
<arguments/>
10+
<arguments>
11+
</arguments>
1512
</buildCommand>
1613
<buildCommand>
1714
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
18-
<arguments/>
15+
<arguments>
16+
</arguments>
1917
</buildCommand>
2018
<buildCommand>
2119
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
22-
<arguments/>
20+
<arguments>
21+
</arguments>
2322
</buildCommand>
2423
</buildSpec>
25-
<linkedResources/>
24+
<natures>
25+
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
26+
<nature>org.eclipse.jdt.core.javanature</nature>
27+
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
28+
</natures>
2629
</projectDescription>

org.eclipse.lsp4j.jsonrpc.debug/.settings/org.eclipse.buildship.core.prefs

-8
This file was deleted.

org.eclipse.lsp4j.jsonrpc/.settings/org.eclipse.buildship.core.prefs

-8
This file was deleted.

org.eclipse.lsp4j/.settings/org.eclipse.buildship.core.prefs

-8
This file was deleted.

0 commit comments

Comments
 (0)