comparison flys-client/src/main/java/de/intevation/flys/client/FLYS.gwt.xml @ 1316:956605001cfb

Updated SmartGWT to 2.5 flys-client/trunk@2955 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 13 Oct 2011 09:46:03 +0000
parents cc3f481e9484
children f8c03d3af300
comparison
equal deleted inserted replaced
1315:cf0f906921de 1316:956605001cfb
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 <inherits name="de.intevation.artifacts.common.Common"/> 15 <inherits name="de.intevation.artifacts.common.Common"/>
16 16
17 <!-- Inherit the smartgwt Enterprise Blue Theme. --> 17 <!-- Inherit the smartgwt Enterprise Theme. -->
18 <inherits name="com.smartgwt.SmartGwtNoTheme" /> 18 <inherits name="com.smartgwt.SmartGwtNoTheme" />
19 <inherits name="com.smartclient.theme.enterprise.Enterprise"/>
20 <inherits name="com.smartclient.theme.enterprise.EnterpriseResources"/>
21
22 <!-- Does not work
19 <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue"/> 23 <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue"/>
20 <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlueResources"/> 24 <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlueResources"/>
25 -->
26
27 <!-- Works:
28 <inherits name="com.smartclient.theme.graphite.Graphite"/>
29 <inherits name="com.smartclient.theme.graphite.GraphiteResources"/>
30 -->
21 31
22 <!-- Inherit the gwtopenlayers stuff --> 32 <!-- Inherit the gwtopenlayers stuff -->
23 <inherits name="org.gwtopenmaps.openlayers.OpenLayers"/> 33 <inherits name="org.gwtopenmaps.openlayers.OpenLayers"/>
24 34
25 <!-- Other module inherits --> 35 <!-- Other module inherits -->

http://dive4elements.wald.intevation.org