I\'ve just imported a large amount of source code into Eclipse and basically the package name is no longer valid (the code has been moved folders). Is there a way to select
Import all your files into the default package first and then drag them into
the new package, JDT will do the refactoring and change the package declarations across the project.