I have created multiple workspaces and projects in my development environment and would like to migrate everything to a “production” environment. My goal is to be able to copy the entrie workspace and source folder structure to another parent folder. Is there a way I can copy everything and have the workspace folder point to the “new” source files. For example I have the following current structure in my development environment
W:\CNRWLSTestEclipse\Project Workspaces
W:\CNRWLSTestEclipse\Source Folders
Each workspace has multiple projects associated with it.
I’d like to copy everything to:
W:\CNRWLSProdExlipse\Project Workspaces
W:\CNRWLSProdEclipse\Source Folders
When I do this copy now and open up the new workspace — all of the soruce folders are still pointing to the original location.
Is there an .ini file entry or some other file I can manually edit to accomplish this. I’d rather not have to rebuild every project in the new directory structure.
Any help would be appreciated.