Reviewers: Ray Ryan, scottb, Description: It will be less confusing for new users. Anyone see any downsides?
Please review this at http://gwt-code-reviews.appspot.com/39803 Affected files: user/src/com/google/gwt/user/tools/Module.gwt.xmlsrc Index: user/src/com/google/gwt/user/tools/Module.gwt.xmlsrc =================================================================== --- user/src/com/google/gwt/user/tools/Module.gwt.xmlsrc (revision 5552) +++ user/src/com/google/gwt/user/tools/Module.gwt.xmlsrc (working copy) @@ -14,4 +14,8 @@ <!-- Specify the app entry point class. --> <entry-point class='@clientpacka...@moduleshortname'/> + + <!-- Specify the paths for translatable code --> + <source path='client'/> + </module> --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
