I’m gradually converting a number of applications from Eclipse to MyEclipse Web Projects. I typically do this by importing an old Eclipse project and refactor/renaming it (without updating references) to something “old” – i.e., “project” becomes “oldproject”.
I then create a new MyEclipse Web Project called “project” and refactor/move all of the “oldproject” source folders to “project”.
Overall this works very well. The only problem is that I continually get a “Should referenced projects also be opened?” dialog box when opening the new Web Project, even though it has no referenced projects.
Is there a way to clean up the project and remove whatever it thinks to be references?
thanks!