|
I understand what you want to do, but I would suggest against it, even if it is possible. I don't think Eclipse will work with links.
Even if it did, your development source is split into different locations, which makes keeping everything synchronized more difficult.
I generally create a new project, and then copy the existing source files into the project src folder.
Have you looked into Subversion? It's a tool for source code control. TortoiseSVN is a great implementation for Windows.
|