Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
<?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="SampleApplication">

    <inherits name='com.google.gwt.user.User'/>
    <inherits name='com.temp.Foundation'/>
    <inherits name='com.temp.Shared'/>
    <inherits name='org.litesoft.core.CoreUtil'/>

    <entry-point class='org.litesoft.sampleapplication.sampleApplication.client.SampleApplication'/>

</module>

Commits for litesoft/trunk/GWT_Sandbox/FormEngine/src/org/litesoft/sampleapplication/sampleApplication/SampleApplication.gwt.xml

Diff revisions: vs.
Revision Author Commited Message
948 Diff Diff GeorgeS picture GeorgeS Sat 07 Jun, 2014 23:42:39 +0000

Jusefuls Formatter Updated to New Code Format

724 Diff Diff GeorgeS picture GeorgeS Mon 11 Jun, 2012 00:47:26 +0000
646 Diff Diff GeorgeS picture GeorgeS Sun 29 Apr, 2012 22:59:38 +0000
590 Diff Diff GeorgeS picture GeorgeS Thu 19 Jan, 2012 23:33:20 +0000

New FormEngine

589 GeorgeS picture GeorgeS Wed 18 Jan, 2012 19:16:02 +0000

Unchecked & FE