view flys-client/src/main/java/de/intevation/flys/client/FLYS.gwt.xml @ 2:bc5d4d2297b9

Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar. flys-client/trunk@1309 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 10 Feb 2011 08:57:34 +0000
parents 0e22a19852e7
children 8facd8545a12
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='flys'>
  <!-- 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"/>

  <inherits name="de.intevation.artifacts.common.Common"/>

  <!-- Inherit the default GWT style sheet.  You can change       -->
  <!-- the theme of your GWT application by uncommenting          -->
  <!-- any one of the following lines.                            -->
  <inherits name='com.google.gwt.user.theme.standard.Standard'/>
  <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
  <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->

  <!-- Other module inherits                                      -->

  <!-- Specify the app entry point class.                         -->
  <entry-point class='de.intevation.flys.client.client.FLYS'/>

  <!-- Specify the paths for translatable code                    -->
  <source path='client'/>
  <source path='shared'/>

  <extend-property name="locale" values="de,en"/>
</module>

http://dive4elements.wald.intevation.org