diff 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
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/FLYS.gwt.xml	Tue Feb 08 10:29:49 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/FLYS.gwt.xml	Wed Feb 09 09:59:27 2011 +0000
@@ -3,6 +3,12 @@
   <!-- Inherit the core Web Toolkit stuff.                        -->
   <inherits name='com.google.gwt.user.User'/>
 
+  <!-- Inherit the i18n google stuff.                             -->
+  <inherits name="com.google.gwt.i18n.I18N"/>
+
+  <!-- Inherit the SmartGwt library.                              -->
+  <inherits name="com.smartgwt.SmartGwt"/>
+
   <!-- Inherit the default GWT style sheet.  You can change       -->
   <!-- the theme of your GWT application by uncommenting          -->
   <!-- any one of the following lines.                            -->
@@ -19,4 +25,5 @@
   <source path='client'/>
   <source path='shared'/>
 
+  <extend-property name="locale" values="de,en"/>
 </module>

http://dive4elements.wald.intevation.org