I would like to know how I can copy the context build within one Eclipse project to another eclipse project. Often I need to either rename a project or I may have several projects with the same source or I would like to share my context between PC's. Problem is if I rename the project, I loose the context and there are no options to export/copy/transfer the context to other project.
Even if someone can tell me in what file the context is stored on the file system at least I could try and copy and edit the file to give it the credentials of the new project.
I've had a look at the file you mentioned and there is a collection of different zip file here which contain lots of xml files. I could of course search through these files for the project name and rename them manually but this seems like a real hack!
There must be a better way to do this, as it's something I would imagine would be very useful for a lot of people. Is there a simpler way to do this that I am missing?