Skip to content

Instantly share code, notes, and snippets.

View NickWilton's full-sized avatar

Nick Wilton NickWilton

View GitHub Profile
@NickWilton
NickWilton / module.gwt.xml
Last active April 29, 2020 23:00
Example SmartGWT 4.1 & GWT 2.8 Maven build
<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='app'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<!-- Inherit debug extensions. Required. -->
<inherits name="com.google.gwt.user.Debug"/>
<inherits name="com.google.gwt.logging.Logging"/>