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

Start of a GWT based client for FLYS-3.0 flys-client/trunk@1305 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 08 Feb 2011 10:29:49 +0000
parents
children 0e22a19852e7
comparison
equal deleted inserted replaced
-1:000000000000 0:4e8be5e7855f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <module rename-to='flys'>
3 <!-- Inherit the core Web Toolkit stuff. -->
4 <inherits name='com.google.gwt.user.User'/>
5
6 <!-- Inherit the default GWT style sheet. You can change -->
7 <!-- the theme of your GWT application by uncommenting -->
8 <!-- any one of the following lines. -->
9 <inherits name='com.google.gwt.user.theme.standard.Standard'/>
10 <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
11 <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
12
13 <!-- Other module inherits -->
14
15 <!-- Specify the app entry point class. -->
16 <entry-point class='de.intevation.flys.client.client.FLYS'/>
17
18 <!-- Specify the paths for translatable code -->
19 <source path='client'/>
20 <source path='shared'/>
21
22 </module>

http://dive4elements.wald.intevation.org