comparison flys-client/src/main/java/de/intevation/flys/client/FLYS.gwt.xml @ 1:0e22a19852e7

Removed useless auto generated classes and added first ui elements with i18n support. flys-client/trunk@1306 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 09 Feb 2011 09:59:27 +0000
parents 4e8be5e7855f
children bc5d4d2297b9
comparison
equal deleted inserted replaced
0:4e8be5e7855f 1:0e22a19852e7
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <module rename-to='flys'> 2 <module rename-to='flys'>
3 <!-- Inherit the core Web Toolkit stuff. --> 3 <!-- Inherit the core Web Toolkit stuff. -->
4 <inherits name='com.google.gwt.user.User'/> 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 SmartGwt library. -->
10 <inherits name="com.smartgwt.SmartGwt"/>
5 11
6 <!-- Inherit the default GWT style sheet. You can change --> 12 <!-- Inherit the default GWT style sheet. You can change -->
7 <!-- the theme of your GWT application by uncommenting --> 13 <!-- the theme of your GWT application by uncommenting -->
8 <!-- any one of the following lines. --> 14 <!-- any one of the following lines. -->
9 <inherits name='com.google.gwt.user.theme.standard.Standard'/> 15 <inherits name='com.google.gwt.user.theme.standard.Standard'/>
17 23
18 <!-- Specify the paths for translatable code --> 24 <!-- Specify the paths for translatable code -->
19 <source path='client'/> 25 <source path='client'/>
20 <source path='shared'/> 26 <source path='shared'/>
21 27
28 <extend-property name="locale" values="de,en"/>
22 </module> 29 </module>

http://dive4elements.wald.intevation.org