|
Renaming underlying directory in Java project
Hi,
I have a directory with my source and a Java project based on it. How can I rename my directory without having to re-create an entire Java project?
It seems to me that if I just rename the directory, Eclipse won't know where to find it.
And renaming it and creating a new project based on the renamed directory forces me to configure all the options I configured before.
Also, renaming the folder in the Eclipse environment does not actually change the directory's name.
Thanks,
Rodrigo
|