Mercurial > dive4elements > river
comparison flys-client/pom.xml @ 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 | aad006178c39 |
children | 1e01d3046260 |
comparison
equal
deleted
inserted
replaced
2941:9cff19a02743 | 2942:5885c5b8d71d |
---|---|
11 <name>de.intevation.flys.client.FLYS</name> | 11 <name>de.intevation.flys.client.FLYS</name> |
12 | 12 |
13 <properties> | 13 <properties> |
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
15 <!-- Convenience property to set the GWT version --> | 15 <!-- Convenience property to set the GWT version --> |
16 <gwtVersion>2.3.0</gwtVersion> | 16 <gwtVersion>2.4.0</gwtVersion> |
17 <!-- GWT needs at least java 1.5 --> | 17 <!-- GWT needs at least java 1.5 --> |
18 <maven.compiler.source>1.5</maven.compiler.source> | 18 <maven.compiler.source>1.5</maven.compiler.source> |
19 <maven.compiler.target>1.5</maven.compiler.target> | 19 <maven.compiler.target>1.5</maven.compiler.target> |
20 </properties> | 20 </properties> |
21 | 21 |
109 | 109 |
110 <!-- GWT Maven Plugin--> | 110 <!-- GWT Maven Plugin--> |
111 <plugin> | 111 <plugin> |
112 <groupId>org.codehaus.mojo</groupId> | 112 <groupId>org.codehaus.mojo</groupId> |
113 <artifactId>gwt-maven-plugin</artifactId> | 113 <artifactId>gwt-maven-plugin</artifactId> |
114 <version>${gwtVersion}</version> | |
115 <dependencies> | |
116 <dependency> | |
117 <groupId>com.google.gwt</groupId> | |
118 <artifactId>gwt-user</artifactId> | |
119 <version>${gwtVersion}</version> | |
120 </dependency> | |
121 <dependency> | |
122 <groupId>com.google.gwt</groupId> | |
123 <artifactId>gwt-dev</artifactId> | |
124 <version>${gwtVersion}</version> | |
125 </dependency> | |
126 </dependencies> | |
114 <!-- JS is only needed in the package phase, this speeds up testing --> | 127 <!-- JS is only needed in the package phase, this speeds up testing --> |
115 <executions> | 128 <executions> |
116 <execution> | 129 <execution> |
117 <phase>prepare-package</phase> | 130 <phase>prepare-package</phase> |
118 <goals> | 131 <goals> |