I use eclipse with "external" projects - i.e. projects created from existing source.
Poking around in the workspace files, I cannot find any reference to these projects. My question is: how does eclipse keep track of these projects?
I'd like to be able to add such a project to the workspace automatically (by generating .project
and .classpath
files)..