Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -2,7 +2,9 @@
2 2 <module>
3 3
4 4 <!-- Bring in the shared/common (Non Application Specific) code. -->
5 - <inherits name='org.litesoft.sandbox.multimodule.client.Common'/>
5 + <inherits name='org.litesoft.GWT.GWT'/>
6 +
7 + <inherits name='org.litesoft.sandbox.multimodule.anywhere.Anywhere'/>
6 8
7 9 <!-- Specify the Application's Foundational entry point class. -->
8 10 <entry-point class='org.litesoft.sandbox.multimodule.client.foundation.Foundation'/>