diff 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
line wrap: on
line diff
--- a/flys-client/src/main/java/org/dive4elements/river/client/FLYS.gwt.xml	Thu Apr 25 12:31:32 2013 +0200
+++ b/flys-client/src/main/java/org/dive4elements/river/client/FLYS.gwt.xml	Thu Apr 25 13:12:15 2013 +0200
@@ -12,7 +12,7 @@
   <!-- Inherit the Resource module of GWT                         -->
   <inherits name="com.google.gwt.resources.Resources"/>
 
-  <inherits name="de.intevation.artifacts.common.Common"/>
+  <inherits name="org.dive4elements.artifacts.common.Common"/>
 
   <!-- Inherit the smartgwt Enterprise Theme.                -->
   <inherits name="com.smartgwt.SmartGwtNoTheme" />
@@ -34,7 +34,7 @@
   <!-- Other module inherits                                      -->
 
   <!-- Specify the app entry point class.                         -->
-  <entry-point class='de.intevation.flys.client.client.FLYS'/>
+  <entry-point class='org.dive4elements.river.client.client.FLYS'/>
 
   <!-- Specify the paths for translatable code                    -->
   <source path='client'/>

http://dive4elements.wald.intevation.org