gwt /
gwt /
527ad4ca683ae765703c77bf7adff70fa3ffa6e5 Updates the module name validation check for using CompileModule on a project.
1) Loosen the requirement that the last part of the module name
be a Java identifier. Users were creating modules with non-java identifer
names but since they weren't top level modules, they were never checked. Those
modules were then disallowed when presented to the
compiler as top level modules for CompileModule.
2) Perform the loosened name validation check on all modules.
Adds some unit tests on the module naming.
Review at http://gwt-code-reviews.appspot.com/1467810
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10415 8db76d5a-ed1c-0410-87a9-c151d255dfc7
11 files changed