comparison gwt-client/src/main/java/org/dive4elements/river/client/FLYS.gwt.xml @ 5838:5aa05a7a34b7

Rename modules to more fitting names.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 15:23:37 +0200
parents flys-client/src/main/java/org/dive4elements/river/client/FLYS.gwt.xml@821a02bbfb4e
children f47573689fac
comparison
equal deleted inserted replaced
5837:d9901a08d0a6 5838:5aa05a7a34b7
1 <?xml version="1.0" encoding="UTF-8"?>
2 <module rename-to='flys'>
3 <!-- Inherit the core Web Toolkit stuff. -->
4 <inherits name='com.google.gwt.user.User'/>
5
6 <!-- Inherit the i18n google stuff. -->
7 <inherits name="com.google.gwt.i18n.I18N"/>
8
9 <!-- Inherit the XML stuff of GWT -->
10 <inherits name="com.google.gwt.xml.XML"/>
11
12 <!-- Inherit the Resource module of GWT -->
13 <inherits name="com.google.gwt.resources.Resources"/>
14
15 <inherits name="org.dive4elements.artifacts.common.Common"/>
16
17 <!-- Inherit the smartgwt Enterprise Theme. -->
18 <inherits name="com.smartgwt.SmartGwtNoTheme" />
19 <!--inherits name="com.smartclient.theme.enterprise.Enterprise"/>
20 <inherits name="com.smartclient.theme.enterprise.EnterpriseResources"/-->
21
22 <!-- Works again with smart-gwt2.5 patch from maven repository-->
23 <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue"/>
24 <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlueResources"/>
25
26 <!-- Works:
27 <inherits name="com.smartclient.theme.graphite.Graphite"/>
28 <inherits name="com.smartclient.theme.graphite.GraphiteResources"/>
29 -->
30
31 <!-- Inherit the gwtopenlayers stuff -->
32 <inherits name="org.gwtopenmaps.openlayers.OpenLayers"/>
33
34 <!-- Other module inherits -->
35
36 <!-- Specify the app entry point class. -->
37 <entry-point class='org.dive4elements.river.client.client.FLYS'/>
38
39 <!-- Specify the paths for translatable code -->
40 <source path='client'/>
41 <source path='shared'/>
42
43 <extend-property name="locale" values="de,en"/>
44 </module>

http://dive4elements.wald.intevation.org