Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!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">
<module rename-to='KitchenSink'>
	<inherits name="com.google.gwt.user.User" />
    <inherits name='com.google.gwt.json.JSON'/>	

	<!-- Inherit GWT Mobile UI module -->
    <inherits name='com.gwtmobile.phonegap.gwtmobile_phonegap' />
	<inherits name='com.gwtmobile.ui.gwtmobile_ui'/>

    <source path="client" />

    <stylesheet src="kitchensink.css"/>

    <entry-point class="com.gwtmobile.ui.kitchensink.client.KitchenSink" />

    <!-- Only compile WebKit permutation (for now) -->
	<set-property name="user.agent" value="safari"/>
	
</module>

Commits for litesoft/trunk/GWT_Sandbox/gwtUITrimmed/src/com/gwtmobile/ui/kitchensink/gwtmobile_ui_kitchensink.gwt.xml

Diff revisions: vs.
Revision Author Commited Message
657 Diff Diff GeorgeS picture GeorgeS Tue 01 May, 2012 04:06:15 +0000
646 Diff Diff GeorgeS picture GeorgeS Sun 29 Apr, 2012 22:59:38 +0000
642 GeorgeS picture GeorgeS Sun 29 Apr, 2012 20:30:48 +0000