Mercurial > dive4elements > river
view flys-client/src/main/java/de/intevation/flys/client/FLYS.gwt.xml @ 2546:2618d5de9ce4
Merged revisions 4533 via svnmerge from
svn+ssh://ingo@thoe.intevation.de/home/clients/bsh/bsh-generischer-viewer/Material/SVN/flys-client/trunk
........
r4533 | ingo | 2012-05-27 12:50:38 +0000 (Sun, 27 May 2012) | 1 line
Corrected image path to add_wms.png
........
flys-client/tags/2.7@4535 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Sun, 27 May 2012 12:58:01 +0000 |
parents | f8c03d3af300 |
children |
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 Theme. --> <inherits name="com.smartgwt.SmartGwtNoTheme" /> <!--inherits name="com.smartclient.theme.enterprise.Enterprise"/> <inherits name="com.smartclient.theme.enterprise.EnterpriseResources"/--> <!-- Works again with smart-gwt2.5 patch from maven repository--> <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue"/> <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlueResources"/> <!-- Works: <inherits name="com.smartclient.theme.graphite.Graphite"/> <inherits name="com.smartclient.theme.graphite.GraphiteResources"/> --> <!-- 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>