How can I change project resource location in a project?
I use Eclipse PDT and have setup some PHP projects. The resources for one project had to be moved into a different folder. Can I change the resource location without deleting the project an setting up a new one?
Via "Projects -> Properties" I can only see the location path, but I can't c开发者_开发百科hange it.
Right-click on the project -> Refactor -> Move
Or close the project, delete it (but do not delete content on disk), use terminal or file browser to move the project folder on disk, in Eclipse click File -> Import -> General > Existing Projects into Workspace ...
You can at project level use refactor>move to move that code to a new location Not sure if that is exactly what you want.
You can move the location by right click on the project folder, then Refactor->Move... Then Browse to new folder, note that new location can not be in the current workspace.
精彩评论