comparison flys-client/src/main/java/de/intevation/flys/client/FLYS.gwt.xml @ 68:157f7bea6299

Changed theme to smartgwt Enterprise Blue. flys-client/trunk@1570 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 25 Mar 2011 11:32:33 +0000
parents 8facd8545a12
children cc3f481e9484
comparison
equal deleted inserted replaced
67:74257b95567b 68:157f7bea6299
10 <inherits name="com.google.gwt.xml.XML"/> 10 <inherits name="com.google.gwt.xml.XML"/>
11 11
12 <!-- Inherit the Resource module of GWT --> 12 <!-- Inherit the Resource module of GWT -->
13 <inherits name="com.google.gwt.resources.Resources"/> 13 <inherits name="com.google.gwt.resources.Resources"/>
14 14
15 <!-- Inherit the SmartGwt library. -->
16 <inherits name="com.smartgwt.SmartGwt"/>
17
18 <inherits name="de.intevation.artifacts.common.Common"/> 15 <inherits name="de.intevation.artifacts.common.Common"/>
19 16
20 <!-- Inherit the default GWT style sheet. You can change --> 17 <!-- Inherit the smartgwt Enterprise Blue Theme. -->
21 <!-- the theme of your GWT application by uncommenting --> 18 <inherits name="com.smartgwt.SmartGwtNoTheme" />
22 <!-- any one of the following lines. --> 19 <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue"/>
23 <inherits name='com.google.gwt.user.theme.standard.Standard'/> 20 <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlueResources"/>
24 <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
25 <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
26 21
27 <!-- Other module inherits --> 22 <!-- Other module inherits -->
28 23
29 <!-- Specify the app entry point class. --> 24 <!-- Specify the app entry point class. -->
30 <entry-point class='de.intevation.flys.client.client.FLYS'/> 25 <entry-point class='de.intevation.flys.client.client.FLYS'/>

http://dive4elements.wald.intevation.org