Subversion Repository Public Repository

litesoft

Diff Revisions 584 vs 669 for /trunk/GWT_Sandbox/MultiModuleSingleSrc/main/src/org/litesoft/sandbox/multimodule/client/Foundation.gwt.xml

Diff revisions: vs.
  @@ -1,13 +1,11 @@
1 1 <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0//EN" "http://google-web-toolkit.googlecode.com/svn/releases/2.0/distro-source/core/src/gwt-module.dtd">
2 2 <module>
3 3
4 - <!-- Inherit the core Web Toolkit stuff. -->
5 - <inherits name='com.google.gwt.user.User'/>
6 - <inherits name='com.google.gwt.place.Place'/>
7 - <inherits name='com.google.gwt.activity.Activity'/>
4 + <!-- Bring in the shared/common (Non Application Specific) code. -->
5 + <inherits name='org.litesoft.sandbox.multimodule.client.Common'/>
8 6
9 - <inherits name="org.litesoft.Logger"/>
10 - <inherits name="org.litesoft.sandbox.multimodule.Anywhere"/>
7 + <!-- Specify the Application's Foundational entry point class. -->
8 + <entry-point class='org.litesoft.sandbox.multimodule.client.foundation.Foundation'/>
11 9
12 10 <source path="foundation"/>
13 11