comparison flys-client/src/main/java/org/dive4elements/river/client/FLYS.gwt.xml @ 5834:f507086aa94b

Repaired internal references.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 12:31:32 +0200
parents flys-client/src/main/java/de/intevation/flys/client/FLYS.gwt.xml@f8c03d3af300
children 821a02bbfb4e
comparison
equal deleted inserted replaced
5833:a2bdc0f524e8 5834:f507086aa94b
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="de.intevation.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='de.intevation.flys.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