Skip to content

Instantly share code, notes, and snippets.

@jnmronquillo
Created June 9, 2012 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnmronquillo/2902531 to your computer and use it in GitHub Desktop.
Save jnmronquillo/2902531 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='example'>
<inherits name='com.google.gwt.user.User' />
<inherits name='com.google.gwt.i18n.I18N'/>
<inherits name='com.google.web.bindery.requestfactory.RequestFactory' />
<inherits name='com.sencha.gxt.ui.GXT'/>
<inherits name="com.sencha.gwt.uibinder.UiBinder" />
<inherits name="com.google.gwt.inject.Inject"/>
<entry-point class='com.example.client.example' />
<extend-property name="locale" values="es_PE"/>
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
</module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment