ingo@0: <?xml version="1.0" encoding="UTF-8"?> ingo@0: <module rename-to='flys'> ingo@0: <!-- Inherit the core Web Toolkit stuff. --> ingo@0: <inherits name='com.google.gwt.user.User'/> ingo@0: ingo@1: <!-- Inherit the i18n google stuff. --> ingo@1: <inherits name="com.google.gwt.i18n.I18N"/> ingo@1: ingo@9: <!-- Inherit the XML stuff of GWT --> ingo@9: <inherits name="com.google.gwt.xml.XML"/> ingo@9: ingo@9: <!-- Inherit the Resource module of GWT --> ingo@9: <inherits name="com.google.gwt.resources.Resources"/> ingo@9: ingo@2: <inherits name="de.intevation.artifacts.common.Common"/> ingo@2: sascha@1316: <!-- Inherit the smartgwt Enterprise Theme. --> raimund@68: <inherits name="com.smartgwt.SmartGwtNoTheme" /> raimund@1619: <!--inherits name="com.smartclient.theme.enterprise.Enterprise"/> raimund@1619: <inherits name="com.smartclient.theme.enterprise.EnterpriseResources"/--> sascha@1316: raimund@1619: <!-- Works again with smart-gwt2.5 patch from maven repository--> raimund@68: <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue"/> raimund@68: <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlueResources"/> sascha@1316: sascha@1316: <!-- Works: sascha@1316: <inherits name="com.smartclient.theme.graphite.Graphite"/> sascha@1316: <inherits name="com.smartclient.theme.graphite.GraphiteResources"/> sascha@1316: --> ingo@0: ingo@797: <!-- Inherit the gwtopenlayers stuff --> ingo@797: <inherits name="org.gwtopenmaps.openlayers.OpenLayers"/> ingo@797: ingo@0: <!-- Other module inherits --> ingo@0: ingo@0: <!-- Specify the app entry point class. --> ingo@0: <entry-point class='de.intevation.flys.client.client.FLYS'/> ingo@0: ingo@0: <!-- Specify the paths for translatable code --> ingo@0: <source path='client'/> ingo@0: <source path='shared'/> ingo@0: ingo@1: <extend-property name="locale" values="de,en"/> ingo@0: </module>