Author: [email protected]
Date: Fri Jun 12 16:20:01 2009
New Revision: 5555

Modified:
    trunk/user/src/com/google/gwt/user/tools/Module.gwt.xmlsrc

Log:
Specify the path for translatable code explicitly in new apps created by  
webAppCreator.

Patch by: amitmanjhi
Review by: scottb, rjrjr



Modified: trunk/user/src/com/google/gwt/user/tools/Module.gwt.xmlsrc
==============================================================================
--- trunk/user/src/com/google/gwt/user/tools/Module.gwt.xmlsrc  (original)
+++ trunk/user/src/com/google/gwt/user/tools/Module.gwt.xmlsrc  Fri Jun 12  
16:20:01 2009
@@ -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
-~----------~----~----~----~------~----~------~--~---

Reply via email to