blob: adbf7943f1368f2b6561f38b7667e586aaf51f04 [file] [log] [blame]
<!-- -->
<!-- Copyright 2006 Google Inc. All Rights Reserved. -->
<!-- -->
<!-- Combines all user facilities into a single module for convenience. -->
<!-- Most new code should inherit this module. -->
<!-- -->
<module>
<inherits name="com.google.gwt.core.Core"/>
<inherits name="com.google.gwt.user.RemoteService"/>
<inherits name="com.google.gwt.user.DOM"/>
<inherits name="com.google.gwt.user.HTTPRequest"/>
<inherits name="com.google.gwt.user.History"/>
<inherits name="com.google.gwt.user.Popup"/>
<inherits name="com.google.gwt.user.Form"/>
<inherits name="com.google.gwt.user.TextBox"/>
<inherits name="com.google.gwt.user.Focus"/>
</module>