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
<module rename-to='app'>
    <!-- Use this module to pull in DATT dependencies w/out the entry point -->

    <!--<inherits name='com.google.gwt.user.theme.standard.Standard'/>-->
    <!--inherits name='com.google.gwt.user.theme.chrome.Chrome'/-->
    <!--inherits name='com.google.gwt.user.theme.dark.Dark'/-->

    <inherits name="org.litesoft.Logger"/>
    <inherits name="org.litesoft.Anywhere"/>
    <inherits name="org.litesoft.GWT.GWT"/>
    <inherits name="org.litesoft.GWT.forms.Forms"/>

    <stylesheet src="DATT.css"/>

    <!--<set-property name="user.agent" value="ie6,ie8,gecko1_8,safari,opera"/>-->
    <set-property name="user.agent" value="ie8,gecko1_8,safari"/>

    <source path="client"/>
    <source path="shared"/>

</module>

Commits for litesoft/trunk/Java/DATT/GWT/App/src/org/litesoft/datt/DATTBase.gwt.xml

Diff revisions: vs.
Revision Author Commited Message
151 Diff Diff GeorgeS picture GeorgeS Thu 17 Mar, 2011 04:16:22 +0000
102 Diff Diff GeorgeS picture GeorgeS Mon 14 Feb, 2011 01:32:45 +0000
95 Diff Diff GeorgeS picture GeorgeS Sun 13 Feb, 2011 23:47:14 +0000
94 Diff Diff GeorgeS picture GeorgeS Sun 13 Feb, 2011 23:42:46 +0000
92 GeorgeS picture GeorgeS Sun 13 Feb, 2011 23:23:49 +0000