Fossil SCM
Those two files tell eclipse that it can be checked out as a project, and that the LF eol-convention should be used.
Commit
6c945311bc58e50af8c0f66fcb25760a415743e7
Parent
e25f55dd4d910f6…
2 files changed
+11
+2
A
.project
+11
| --- a/.project | ||
| +++ b/.project | ||
| @@ -0,0 +1,11 @@ | ||
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<projectDescription> | |
| 3 | + <name>fossil</name> | |
| 4 | + <comment></comment> | |
| 5 | + <projects> | |
| 6 | + </projects> | |
| 7 | + <buildSpec> | |
| 8 | + </buildSpec> | |
| 9 | + <natures> | |
| 10 | + </natures> | |
| 11 | +</projectDescription> |
| --- a/.project | |
| +++ b/.project | |
| @@ -0,0 +1,11 @@ | |
| --- a/.project | |
| +++ b/.project | |
| @@ -0,0 +1,11 @@ | |
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <projectDescription> |
| 3 | <name>fossil</name> |
| 4 | <comment></comment> |
| 5 | <projects> |
| 6 | </projects> |
| 7 | <buildSpec> |
| 8 | </buildSpec> |
| 9 | <natures> |
| 10 | </natures> |
| 11 | </projectDescription> |
| --- a/.settings/org.eclipse.core.runtime.prefs | ||
| +++ b/.settings/org.eclipse.core.runtime.prefs | ||
| @@ -0,0 +1,2 @@ | ||
| 1 | +eclipse.preferences.version=1 | |
| 2 | +line.separator=\n |
| --- a/.settings/org.eclipse.core.runtime.prefs | |
| +++ b/.settings/org.eclipse.core.runtime.prefs | |
| @@ -0,0 +1,2 @@ | |
| --- a/.settings/org.eclipse.core.runtime.prefs | |
| +++ b/.settings/org.eclipse.core.runtime.prefs | |
| @@ -0,0 +1,2 @@ | |
| 1 | eclipse.preferences.version=1 |
| 2 | line.separator=\n |