Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -2,15 +2,14 @@
2 2 <module rename-to="v1">
3 3
4 4 <!-- Inherit the core Web Toolkit stuff. -->
5 - <inherits name='org.litesoft.sandbox.multimodule.client.foundation.Foundation'/>
5 + <inherits name='org.litesoft.sandbox.multimodule.client.Common'/>
6 6
7 - <inherits name='org.litesoft.sandbox.multimodule.client.groupback.GroupBack'/>
8 - <inherits name='org.litesoft.sandbox.multimodule.client.groupfront.GroupFront'/>
7 + <inherits name='org.litesoft.sandbox.multimodule.client.module.GroupBack'/>
8 + <inherits name='org.litesoft.sandbox.multimodule.client.module.GroupFront'/>
9 9
10 10 <!-- Specify the app entry point class. -->
11 - <entry-point class='org.litesoft.sandbox.multimodule.client.launch.Main'/>
11 + <entry-point class='org.litesoft.sandbox.multimodule.client.main.Main'/>
12 12
13 - <source path="home"/>
14 - <source path="launch"/>
13 + <source path="main"/>
15 14
16 15 </module>