Mercurial > dive4elements > river
annotate flys-client/src/main/java/de/intevation/flys/client/FLYS.gwt.xml @ 5200:42bb6ff78d1b 2.9.11
Directly set the connectionInitSqls on the datasource
Somehow the factory fails to set the connectionInitSqls if
we add it to the dbcpProperties. So we now set it directly
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 08 Mar 2013 11:48:33 +0100 |
parents | f8c03d3af300 |
children |
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" /> |
1619
f8c03d3af300
Reactivated the Enterprise Blue theme. Fixes some icon and image issues in IE8.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1316
diff
changeset
|
19 <!--inherits name="com.smartclient.theme.enterprise.Enterprise"/> |
f8c03d3af300
Reactivated the Enterprise Blue theme. Fixes some icon and image issues in IE8.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1316
diff
changeset
|
20 <inherits name="com.smartclient.theme.enterprise.EnterpriseResources"/--> |
1316
956605001cfb
Updated SmartGWT to 2.5
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
797
diff
changeset
|
21 |
1619
f8c03d3af300
Reactivated the Enterprise Blue theme. Fixes some icon and image issues in IE8.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1316
diff
changeset
|
22 <!-- Works again with smart-gwt2.5 patch from maven repository--> |
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 <!-- Works: |
956605001cfb
Updated SmartGWT to 2.5
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
797
diff
changeset
|
27 <inherits name="com.smartclient.theme.graphite.Graphite"/> |
956605001cfb
Updated SmartGWT to 2.5
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
797
diff
changeset
|
28 <inherits name="com.smartclient.theme.graphite.GraphiteResources"/> |
956605001cfb
Updated SmartGWT to 2.5
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
797
diff
changeset
|
29 --> |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
30 |
797
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
68
diff
changeset
|
31 <!-- Inherit the gwtopenlayers stuff --> |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
68
diff
changeset
|
32 <inherits name="org.gwtopenmaps.openlayers.OpenLayers"/> |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
68
diff
changeset
|
33 |
0
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
34 <!-- Other module inherits --> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
35 |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
36 <!-- 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
|
37 <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
|
38 |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
39 <!-- 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
|
40 <source path='client'/> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
41 <source path='shared'/> |
4e8be5e7855f
Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
42 |
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
|
43 <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
|
44 </module> |