changeset 2942:5885c5b8d71d

Bumped GWT up to 2.4 flys-client/trunk@4904 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 08 Jul 2012 17:58:15 +0000
parents 9cff19a02743
children 7683d4e43afa
files flys-client/ChangeLog flys-client/pom.xml
diffstat 2 files changed, 18 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/flys-client/ChangeLog	Sun Jul 08 09:40:06 2012 +0000
+++ b/flys-client/ChangeLog	Sun Jul 08 17:58:15 2012 +0000
@@ -1,3 +1,7 @@
+2012-07-08	Sascha L. Teichmann	<sascha.teichmann@intevation.de>
+
+	* pom.xml: Bumped GWT from 2.3 up to 2.4 which is the current stable.
+
 2012-07-08	Felix Wolfsteller	<felix.wolfsteller@intevation.de>
 
 	* src/main/java/de/intevation/flys/client/server/CreateCollectionServiceImpl.java:
--- a/flys-client/pom.xml	Sun Jul 08 09:40:06 2012 +0000
+++ b/flys-client/pom.xml	Sun Jul 08 17:58:15 2012 +0000
@@ -13,7 +13,7 @@
   <properties>
       <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
       <!-- Convenience property to set the GWT version -->
-      <gwtVersion>2.3.0</gwtVersion>
+      <gwtVersion>2.4.0</gwtVersion>
       <!-- GWT needs at least java 1.5 -->
       <maven.compiler.source>1.5</maven.compiler.source>
       <maven.compiler.target>1.5</maven.compiler.target>
@@ -111,6 +111,19 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>gwt-maven-plugin</artifactId>
+        <version>${gwtVersion}</version>
+        <dependencies>
+          <dependency>
+            <groupId>com.google.gwt</groupId>
+            <artifactId>gwt-user</artifactId>
+            <version>${gwtVersion}</version>
+          </dependency>
+          <dependency>
+            <groupId>com.google.gwt</groupId>
+            <artifactId>gwt-dev</artifactId>
+            <version>${gwtVersion}</version>
+          </dependency>
+        </dependencies>
         <!-- JS is only needed in the package phase, this speeds up testing --> 
         <executions>
           <execution>

http://dive4elements.wald.intevation.org