Skip to content

Commit 8f509a4

Browse files
authored
Bug #199: Remove .project files from git (#506)
These files are created when importing into Eclipse IDE so should not be needed in source control.
1 parent e842623 commit 8f509a4

File tree

9 files changed

+1
-181
lines changed

9 files changed

+1
-181
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ org.eclipse.xtend.core.Xtend.prefs
1515
*._trace
1616
*.xtendbin
1717
.classpath
18+
.project

.project

-17
This file was deleted.

Contributing.md

-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ To develop with Eclipse this is the recommended flow:
7272
- This seems to happen because sometimes Buildship plug-ins don't remove previously created Error markers, but restarting clears them
7373
- If you can reliably reproduce one of the above cases, then it would be great to file a bug report with the projects that provide the corresponding Eclipse plug-ins (e.g. Xtend, Buildship, JDT)
7474

75-
- Some of the committed Eclipse files (such as `.project`) occassionally show as different once a project is imported into Eclipse. This is due to differing versions of Eclipse IDE, gradle and other tools that may be writing to these filese. The change will normally have the same effective content, but the order of the XML elements may differ. If you have a case which causes you concern, please reach out to the devlopers by [raising an issue](https://github.com/eclipse/lsp4j/issues/new) or [sending an email](https://accounts.eclipse.org/mailing-list/lsp4j-dev).
76-
7775
Edit the `.xtend` files, not the files in `xtend-gen` directories. If you are in a Java file within the xtend-gen directory, right click and choose "Open Generated File".
7876

7977
The `org.eclipse.lsp4j.generator` project is used by the Xtend generator as an additional processor to contribute to the generated Java files. For example, the generator uses the `@JsonRpcData` annotation to convert the Xtend file and add things like `equals`, `toString`, `hashCode`.

org.eclipse.lsp4j.debug/.project

-27
This file was deleted.

org.eclipse.lsp4j.generator/.project

-27
This file was deleted.

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

-27
This file was deleted.

org.eclipse.lsp4j.jsonrpc/.project

-27
This file was deleted.

org.eclipse.lsp4j.websocket.jakarta/.project

-27
This file was deleted.

org.eclipse.lsp4j/.project

-27
This file was deleted.

0 commit comments

Comments
 (0)