comparison flys-client/src/main/java/org/dive4elements/river/client/FLYS.gwt.xml @ 5835:821a02bbfb4e

Fixed internal java dependencies
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 13:12:15 +0200
parents f507086aa94b
children
comparison
equal deleted inserted replaced
5834:f507086aa94b 5835:821a02bbfb4e
10 <inherits name="com.google.gwt.xml.XML"/> 10 <inherits name="com.google.gwt.xml.XML"/>
11 11
12 <!-- Inherit the Resource module of GWT --> 12 <!-- Inherit the Resource module of GWT -->
13 <inherits name="com.google.gwt.resources.Resources"/> 13 <inherits name="com.google.gwt.resources.Resources"/>
14 14
15 <inherits name="de.intevation.artifacts.common.Common"/> 15 <inherits name="org.dive4elements.artifacts.common.Common"/>
16 16
17 <!-- Inherit the smartgwt Enterprise Theme. --> 17 <!-- Inherit the smartgwt Enterprise Theme. -->
18 <inherits name="com.smartgwt.SmartGwtNoTheme" /> 18 <inherits name="com.smartgwt.SmartGwtNoTheme" />
19 <!--inherits name="com.smartclient.theme.enterprise.Enterprise"/> 19 <!--inherits name="com.smartclient.theme.enterprise.Enterprise"/>
20 <inherits name="com.smartclient.theme.enterprise.EnterpriseResources"/--> 20 <inherits name="com.smartclient.theme.enterprise.EnterpriseResources"/-->
32 <inherits name="org.gwtopenmaps.openlayers.OpenLayers"/> 32 <inherits name="org.gwtopenmaps.openlayers.OpenLayers"/>
33 33
34 <!-- Other module inherits --> 34 <!-- Other module inherits -->
35 35
36 <!-- Specify the app entry point class. --> 36 <!-- Specify the app entry point class. -->
37 <entry-point class='de.intevation.flys.client.client.FLYS'/> 37 <entry-point class='org.dive4elements.river.client.client.FLYS'/>
38 38
39 <!-- Specify the paths for translatable code --> 39 <!-- Specify the paths for translatable code -->
40 <source path='client'/> 40 <source path='client'/>
41 <source path='shared'/> 41 <source path='shared'/>
42 42

http://dive4elements.wald.intevation.org