Subversion Repository Public Repository

litesoft

Diff Revisions 657 vs 948 for /trunk/GWT_Sandbox/gwtUITrimmed/src/com/gwtmobile/ui/kitchensink/gwtmobile_ui_kitchensink.gwt.xml

Diff revisions: vs.
  @@ -1,20 +1,21 @@
1 1 <?xml version="1.0" encoding="UTF-8"?>
2 - <!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 + <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0//EN"
3 + "http://google-web-toolkit.googlecode.com/svn/releases/2.0/distro-source/core/src/gwt-module.dtd">
3 4 <module rename-to='KitchenSink'>
4 - <inherits name="com.google.gwt.user.User" />
5 - <inherits name='com.google.gwt.json.JSON'/>
5 + <inherits name="com.google.gwt.user.User"/>
6 + <inherits name='com.google.gwt.json.JSON'/>
6 7
7 - <!-- Inherit GWT Mobile UI module -->
8 - <inherits name='com.gwtmobile.phonegap.gwtmobile_phonegap' />
9 - <inherits name='com.gwtmobile.ui.gwtmobile_ui'/>
8 + <!-- Inherit GWT Mobile UI module -->
9 + <inherits name='com.gwtmobile.phonegap.gwtmobile_phonegap'/>
10 + <inherits name='com.gwtmobile.ui.gwtmobile_ui'/>
10 11
11 - <source path="client" />
12 + <source path="client"/>
12 13
13 14 <stylesheet src="kitchensink.css"/>
14 15
15 - <entry-point class="com.gwtmobile.ui.kitchensink.client.KitchenSink" />
16 + <entry-point class="com.gwtmobile.ui.kitchensink.client.KitchenSink"/>
16 17
17 18 <!-- Only compile WebKit permutation (for now) -->
18 - <set-property name="user.agent" value="safari"/>
19 -
19 + <set-property name="user.agent" value="safari"/>
20 +
20 21 </module>