Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -7,9 +7,15 @@
7 7 <inherits name='org.litesoft.sandbox.multimodule.client.module.GroupBack'/>
8 8 <inherits name='org.litesoft.sandbox.multimodule.client.module.GroupFront'/>
9 9
10 + <inherits name='com.googlecode.gwtphonegap.PhoneGap' />
11 +
12 + <add-linker name="xsiframe" />
13 +
10 14 <!-- Specify the app entry point class. -->
11 15 <entry-point class='org.litesoft.sandbox.multimodule.client.main.Main'/>
12 16
13 17 <source path="main"/>
14 18
19 + <!-- Only compile WebKit permutation (for now) -->
20 + <set-property name="user.agent" value="safari"/>
15 21 </module>