Skip to content

Commit 0674ff5

Browse files
authored
.project and .classpath should be inside VC
From the Eclipse Documentation: "Make sure that the .project and .classpath files are under version control. These files must be stored in the repository so that other users checking out the projects for the first time will get the correct type of project and will get the correct Java build path." - http://wiki.eclipse.org/FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository%3F
1 parent 2c0cb52 commit 0674ff5

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Global/Eclipse.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ local.properties
1111
.loadpath
1212
.recommenders
1313

14-
# Eclipse Core
15-
.project
16-
1714
# External tool builders
1815
.externalToolBuilders/
1916

@@ -26,9 +23,6 @@ local.properties
2623
# CDT-specific (C/C++ Development Tooling)
2724
.cproject
2825

29-
# JDT-specific (Eclipse Java Development Tools)
30-
.classpath
31-
3226
# Java annotation processor (APT)
3327
.factorypath
3428

0 commit comments

Comments
 (0)