Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,10 +1,16 @@
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 - <inherits name='org.litesoft.sandbox.multimodule.client.Foundation'/>
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'/>
5 8
6 - <!-- Specify the app entry point class. -->
7 - <entry-point class='org.litesoft.sandbox.multimodule.client.common.Common'/>
9 + <!-- Bring in the Loggercode. -->
10 + <inherits name="org.litesoft.Logger"/>
11 +
12 + <!-- Bring in the Client or Server (Anywhere) code. -->
13 + <inherits name="org.litesoft.sandbox.multimodule.Anywhere"/>
8 14
9 15 <source path="common"/>
10 16