Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,4 +1,5 @@
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">
1 + <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0//EN"
2 + "http://google-web-toolkit.googlecode.com/svn/releases/2.0/distro-source/core/src/gwt-module.dtd">
2 3 <module rename-to="v1">
3 4
4 5 <!-- Inherit the core Application's Foundational stuff. -->
  @@ -7,9 +8,9 @@
7 8 <inherits name='org.litesoft.sandbox.multimodule.client.module.GroupBack'/>
8 9 <inherits name='org.litesoft.sandbox.multimodule.client.module.GroupFront'/>
9 10
10 - <inherits name='com.googlecode.gwtphonegap.PhoneGap' />
11 + <inherits name='com.googlecode.gwtphonegap.PhoneGap'/>
11 12
12 - <add-linker name="xsiframe" />
13 + <add-linker name="xsiframe"/>
13 14
14 15 <!-- Specify the app entry point class. -->
15 16 <entry-point class='org.litesoft.sandbox.multimodule.client.main.Main'/>