2018-05-31 11:21 AM
Hi there,
This is a quite noob question, but I don't know how to 'save as' a project under eclipse/workbench. The purpose is to develop new versions keeping the previous ones. Until now, what I'm doing is to copy the project folder and import it using 'Open project from file system' option, but I guess there should be a more elegant way to do it
Btw, using windows 10.
Thanks in advance!
#workbench #save-as-project2018-06-02 01:53 AM
Hi,
I found the answer
https://stackoverflow.com/questions/22744584/eclipse-project-save-as
:Click on your open project in either the Project Explorer or Package Explorer windows. Then File/Copy (or Ctrl-C), then immediately File/Paste (or Ctrl-V). Your'll get a wizard to save the project under a new name.