Skip to content

Instantly share code, notes, and snippets.

@deepaksinghvi
Created July 17, 2012 16:02
Show Gist options
  • Save deepaksinghvi/3130287 to your computer and use it in GitHub Desktop.
Save deepaksinghvi/3130287 to your computer and use it in GitHub Desktop.
GwtWebAppDemo.gwt.xml
<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='gwtwebappdemo'>
<inherits name='com.google.gwt.user.User' />
<inherits name='com.google.gwt.user.theme.clean.Clean' />
<source path='client' />
<source path='shared' />
<entry-point class="com.example.gwt.client.GwtDemoAppClient"></entry-point>
</module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment