huuanh1987 / facebook-java-api

Automatically exported from code.google.com/p/facebook-java-api
0 stars 0 forks source link

Suggest we remove .classpath files from source control #213

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It's usually a good idea to not check in the .classpath files for any project 
under source control. The properties in that file are specific to each 
developer. I suggest we remove it from source control and developers SVN 
ignore the file so it won't get checked in again in the future.

Thoughts?

Original issue reported on code.google.com by abdinoor on 3 Jun 2009 at 5:46

GoogleCodeExporter commented 8 years ago
Files .classpath and .project have been removed from source control. Developers 
should 
put their local files under svn:ignore so they don't get checked in.

Original comment by abdinoor on 5 Jun 2009 at 2:52

GoogleCodeExporter commented 8 years ago
:(

actually they are auto generated from maven dependencies..
all you had to do was add the M2_REPO classpath variable in eclipse to point to 
your
local maven repository..

else you have to manully maintain the classpath.. :(

or i guess run mvn eclipse:eclipse, and still set M2_REPO
the .classpath will not change between runs, unless you change pom.xml 
dependencies...

Original comment by fern...@gmail.com on 8 Jun 2009 at 3:53