Mercurial > dive4elements > river
view flys-client/src/main/java/de/intevation/flys/client/FLYS.gwt.xml @ 1260:3a4c14b4a8f1
DemDatacagePanel now returns the database ID of the selected DEM.
flys-client/trunk@2788 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 19 Sep 2011 15:04:08 +0000 |
parents | cc3f481e9484 |
children | 956605001cfb |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <module rename-to='flys'> <!-- Inherit the core Web Toolkit stuff. --> <inherits name='com.google.gwt.user.User'/> <!-- Inherit the i18n google stuff. --> <inherits name="com.google.gwt.i18n.I18N"/> <!-- Inherit the XML stuff of GWT --> <inherits name="com.google.gwt.xml.XML"/> <!-- Inherit the Resource module of GWT --> <inherits name="com.google.gwt.resources.Resources"/> <inherits name="de.intevation.artifacts.common.Common"/> <!-- Inherit the smartgwt Enterprise Blue Theme. --> <inherits name="com.smartgwt.SmartGwtNoTheme" /> <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue"/> <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlueResources"/> <!-- Inherit the gwtopenlayers stuff --> <inherits name="org.gwtopenmaps.openlayers.OpenLayers"/> <!-- Other module inherits --> <!-- Specify the app entry point class. --> <entry-point class='de.intevation.flys.client.client.FLYS'/> <!-- Specify the paths for translatable code --> <source path='client'/> <source path='shared'/> <extend-property name="locale" values="de,en"/> </module>