I have checked in derby-6945-37-aa-renameSourceRootsToModuleNames.diff.
That patch renames the source roots as follows:
java/client -> java/org.apache.derby.client
java/shared -> java/org.apache.derby.commons
java/engine -> java/org.apache.derby.engine
java/optional -> java/org.apache.derby.optionaltools
java/run -> java/org.apache.derby.runner
java/drda -> java/org.apache.derby.server
java/testing -> java/org.apache.derby.tests
java/tools -> java/org.apache.derby.tools
After checking in this patch, I updated another workspace on my machine.
For reasons which I don't understand, svn reported that the following
directories were still hanging around, even though they were no longer
under source control:
? java/client
? java/drda
? java/shared
? java/testing
? java/tools
I deleted those directories by hand. You may need to perform similar
cleanup after syncing to the head of the development trunk.
Thanks for your patience,
-Rick