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
<!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="v1">

    <!-- Inherit the core Application's Foundational stuff. -->
    <inherits name='org.litesoft.sandbox.multimodule.client.Foundation'/>

    <inherits name='org.litesoft.sandbox.multimodule.client.module.GroupBack'/>
    <inherits name='org.litesoft.sandbox.multimodule.client.module.GroupFront'/>

    <inherits name='com.googlecode.gwtphonegap.PhoneGap' />

    <add-linker name="xsiframe" />

    <!-- Specify the app entry point class.                   -->
    <entry-point class='org.litesoft.sandbox.multimodule.client.main.Main'/>

    <source path="main"/>

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

Commits for litesoft/trunk/GWT_Sandbox/MultiModuleSingleSrc/main/src/org/litesoft/sandbox/multimodule/client/Main.gwt.xml

Diff revisions: vs.
Revision Author Commited Message
695 Diff Diff GeorgeS picture GeorgeS Mon 28 May, 2012 16:41:00 +0000

Switch to PhoneGap

669 Diff Diff GeorgeS picture GeorgeS Sun 13 May, 2012 23:29:27 +0000
585 Diff Diff GeorgeS picture GeorgeS Fri 18 Nov, 2011 17:55:26 +0000
582 GeorgeS picture GeorgeS Mon 14 Nov, 2011 19:55:23 +0000

Single Dir Based MultiModule