Просмотр исходного кода

.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
Rafael Miranda 8 лет назад
Родитель
Сommit
0674ff5b5c
1 измененных файлов с 0 добавлено и 6 удалено
  1. 0 6
      Global/Eclipse.gitignore

+ 0 - 6
Global/Eclipse.gitignore

@@ -11,9 +11,6 @@ local.properties
 .loadpath
 .loadpath
 .recommenders
 .recommenders
 
 
-# Eclipse Core
-.project
-
 # External tool builders
 # External tool builders
 .externalToolBuilders/
 .externalToolBuilders/
 
 
@@ -26,9 +23,6 @@ local.properties
 # CDT-specific (C/C++ Development Tooling)
 # CDT-specific (C/C++ Development Tooling)
 .cproject
 .cproject
 
 
-# JDT-specific (Eclipse Java Development Tools)
-.classpath
-
 # Java annotation processor (APT)
 # Java annotation processor (APT)
 .factorypath
 .factorypath