Place Eclipse Project File in Separate Directory
Posted
by Eddie Ringle
on Stack Overflow
See other posts from Stack Overflow
or by Eddie Ringle
Published on 2010-06-17T02:02:33Z
Indexed on
2010/06/17
7:43 UTC
Read the original article
Hit count: 210
I'm using a default Eclipse project file generated for my Android application, and I want to keep it in a targets/ directory (along with other eclipse-specific files) in order to better organize my project structure (I also plan on adding a target for NetBeans).
Simple question, I suppose: Is this possible?
© Stack Overflow or respective owner