Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,8 +1,8 @@
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 rename-to="v1">
3 3
4 - <!-- Inherit the core Web Toolkit stuff. -->
5 - <inherits name='org.litesoft.sandbox.multimodule.client.Common'/>
4 + <!-- Inherit the core Application's Foundational stuff. -->
5 + <inherits name='org.litesoft.sandbox.multimodule.client.Foundation'/>
6 6
7 7 <inherits name='org.litesoft.sandbox.multimodule.client.module.GroupBack'/>
8 8 <inherits name='org.litesoft.sandbox.multimodule.client.module.GroupFront'/>