Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>

    <!-- Inherit the core Web Toolkit stuff. -->
    <inherits name='com.google.gwt.user.User'/>
    <inherits name='com.google.gwt.place.Place'/>
    <inherits name='com.google.gwt.activity.Activity'/>

    <!-- Bring in the Loggercode. -->
    <inherits name="org.litesoft.Logger"/>

    <!-- Bring in the Client or Server (Anywhere) code. -->
    <inherits name="org.litesoft.sandbox.multimodule.Anywhere"/>

    <source path="common"/>

</module>

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

Diff revisions: vs.
Revision Author Commited Message
669 Diff Diff GeorgeS picture GeorgeS Sun 13 May, 2012 23:29:27 +0000
584 GeorgeS picture GeorgeS Fri 18 Nov, 2011 17:53:52 +0000