Managing Eclipse projects in source control
Posted
by
Matt Phillips
on Programmers
See other posts from Programmers
or by Matt Phillips
Published on 2011-01-04T23:48:39Z
Indexed on
2011/01/04
23:58 UTC
Read the original article
Hit count: 416
I've been using eclipse for a long time to do development. One of the problems I've come across when working on other people's projects is if they come from source control, some of the eclipse project files "default.properties" and other xml config files are missing. Its usually a big pain in the butt to get the project running in eclipse. I understand the reasoning to not have certain files tracked because they may be full of specific stuff to a certain eclipse install. How do all of you manage that?
© Programmers or respective owner