comparison flys-client/src/main/java/de/intevation/flys/client/FLYS.gwt.xml @ 797:cc3f481e9484

Introduced GwtOpenLayers to bring up maps. flys-client/trunk@2314 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 08 Jul 2011 14:56:02 +0000
parents 157f7bea6299
children 956605001cfb
comparison
equal deleted inserted replaced
796:cd8603aaa730 797:cc3f481e9484
17 <!-- Inherit the smartgwt Enterprise Blue Theme. --> 17 <!-- Inherit the smartgwt Enterprise Blue Theme. -->
18 <inherits name="com.smartgwt.SmartGwtNoTheme" /> 18 <inherits name="com.smartgwt.SmartGwtNoTheme" />
19 <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue"/> 19 <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue"/>
20 <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlueResources"/> 20 <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlueResources"/>
21 21
22 <!-- Inherit the gwtopenlayers stuff -->
23 <inherits name="org.gwtopenmaps.openlayers.OpenLayers"/>
24
22 <!-- Other module inherits --> 25 <!-- Other module inherits -->
23 26
24 <!-- Specify the app entry point class. --> 27 <!-- Specify the app entry point class. -->
25 <entry-point class='de.intevation.flys.client.client.FLYS'/> 28 <entry-point class='de.intevation.flys.client.client.FLYS'/>
26 29

http://dive4elements.wald.intevation.org