What Eclipse metadata files should be in the repository?
Posted
by MrSpandex
on Stack Overflow
See other posts from Stack Overflow
or by MrSpandex
Published on 2010-02-27T20:29:13Z
Indexed on
2010/04/02
3:53 UTC
Read the original article
Hit count: 290
eclipse
|version-control
I'm working on a new project with a full ANT build. I use eclipse to write my code, and I would like others to be able to check out the project to have a full working eclipse workspace. I do not want to have specific user settings committed though.
What files and directories should I have in source control?
(I'd rather not just go grab a plugin - I prefer more control over what goes in the repository)
© Stack Overflow or respective owner