Subversion Repository Public Repository

litesoft

Diff Revisions 714 vs 715 for /trunk/GWT_Sandbox/MultiModuleSingleSrc/main/src/org/litesoft/sandbox/multimodule/client/module/GroupFront.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>
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 <!-- Specify the app entry point class. -->
8 8 <entry-point class='org.litesoft.sandbox.multimodule.client.module.groupfront.GroupFront'/>