I know that if we put folders into an existing project and hit refresh, it recognises. But what I want to know is if I copy a project into an existing workspace and make eclipse recognise this.
I also dont want to Import because I am dealing a very large number of projects and importing each one is very manual process.
I am writing code to create projects inside my workspace but cannot get eclipse to recognise this. I also tried writing a plugin that would create projects whenever the methods are called.
Do I need to meddle with .project or .classpath files or is this even possible
Thanks