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
21
22
<?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'/>	

	<source path="client" />
	
	<stylesheet src="kitchensink.css"/>
	
	<entry-point class="com.gwtmobile.ui.kitchensink.client.KitchenSink" />
	
	<!-- Inherit GWT Mobile UI module -->
	<inherits name='com.gwtmobile.ui.gwtmobile_ui'/>
	
	<!-- Inherits the Restlet core module -->
	<inherits name='org.restlet.Restlet' />
	
	<!-- Only compile WebKit permutation (for now) -->
	<set-property name="user.agent" value="safari"/>
	
</module>

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

Diff revisions: vs.
Revision Author Commited Message
646 Diff Diff GeorgeS picture GeorgeS Sun 29 Apr, 2012 22:59:38 +0000
638 GeorgeS picture GeorgeS Sat 28 Apr, 2012 15:53:46 +0000