Mercurial > dive4elements > river
annotate flys-client/src/main/java/de/intevation/flys/client/FLYS.gwt.xml @ 1547:76377fe3f0c7
Cosmetics.
flys-client/trunk@3778 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 27 Jan 2012 08:43:43 +0000 |
parents | 956605001cfb |
children | f8c03d3af300 |
rev | line source |
---|---|
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
2 <module rename-to='flys'> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
3 <!-- Inherit the core Web Toolkit stuff. --> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
4 <inherits name='com.google.gwt.user.User'/> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5 |
1
0e22a19852e7
Removed useless auto generated classes and added first ui elements with i18n support.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
0
diff
changeset
|
6 <!-- Inherit the i18n google stuff. --> |
0e22a19852e7
Removed useless auto generated classes and added first ui elements with i18n support.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
0
diff
changeset
|
7 <inherits name="com.google.gwt.i18n.I18N"/> |
0e22a19852e7
Removed useless auto generated classes and added first ui elements with i18n support.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
0
diff
changeset
|
8 |
9
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2
diff
changeset
|
9 <!-- Inherit the XML stuff of GWT --> |
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2
diff
changeset
|
10 <inherits name="com.google.gwt.xml.XML"/> |
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2
diff
changeset
|
11 |
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2
diff
changeset
|
12 <!-- Inherit the Resource module of GWT --> |
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2
diff
changeset
|
13 <inherits name="com.google.gwt.resources.Resources"/> |
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2
diff
changeset
|
14 |
2
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1
diff
changeset
|
15 <inherits name="de.intevation.artifacts.common.Common"/> |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1
diff
changeset
|
16 |
1316
956605001cfb
Updated SmartGWT to 2.5
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
797
diff
changeset
|
17 <!-- Inherit the smartgwt Enterprise Theme. --> |
68
157f7bea6299
Changed theme to smartgwt Enterprise Blue.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
9
diff
changeset
|
18 <inherits name="com.smartgwt.SmartGwtNoTheme" /> |
1316
956605001cfb
Updated SmartGWT to 2.5
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
797
diff
changeset
|
19 <inherits name="com.smartclient.theme.enterprise.Enterprise"/> |
956605001cfb
Updated SmartGWT to 2.5
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
797
diff
changeset
|
20 <inherits name="com.smartclient.theme.enterprise.EnterpriseResources"/> |
956605001cfb
Updated SmartGWT to 2.5
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
797
diff
changeset
|
21 |
956605001cfb
Updated SmartGWT to 2.5
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
797
diff
changeset
|
22 <!-- Does not work |
68
157f7bea6299
Changed theme to smartgwt Enterprise Blue.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
9
diff
changeset
|
23 <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue"/> |
157f7bea6299
Changed theme to smartgwt Enterprise Blue.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
9
diff
changeset
|
24 <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlueResources"/> |
1316
956605001cfb
Updated SmartGWT to 2.5
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
797
diff
changeset
|
25 --> |
956605001cfb
Updated SmartGWT to 2.5
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
797
diff
changeset
|
26 |
956605001cfb
Updated SmartGWT to 2.5
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
797
diff
changeset
|
27 <!-- Works: |
956605001cfb
Updated SmartGWT to 2.5
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
797
diff
changeset
|
28 <inherits name="com.smartclient.theme.graphite.Graphite"/> |
956605001cfb
Updated SmartGWT to 2.5
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
797
diff
changeset
|
29 <inherits name="com.smartclient.theme.graphite.GraphiteResources"/> |
956605001cfb
Updated SmartGWT to 2.5
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
797
diff
changeset
|
30 --> |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
31 |
797
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
68
diff
changeset
|
32 <!-- Inherit the gwtopenlayers stuff --> |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
68
diff
changeset
|
33 <inherits name="org.gwtopenmaps.openlayers.OpenLayers"/> |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
68
diff
changeset
|
34 |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
35 <!-- Other module inherits --> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
36 |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
37 <!-- Specify the app entry point class. --> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
38 <entry-point class='de.intevation.flys.client.client.FLYS'/> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
39 |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
40 <!-- Specify the paths for translatable code --> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
41 <source path='client'/> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
42 <source path='shared'/> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
43 |
1
0e22a19852e7
Removed useless auto generated classes and added first ui elements with i18n support.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
0
diff
changeset
|
44 <extend-property name="locale" values="de,en"/> |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
45 </module> |