aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorRay Cromwell <cromwellian@gmail.com>2009-07-27 09:01:20 +0000
committerRay Cromwell <cromwellian@gmail.com>2009-07-27 09:01:20 +0000
commit31d1c7cae609b4adb17cfee60d112474576dd054 (patch)
treee4abb3d1e852eb4ebcaa46cc42cc7a1979a60f9e /pom.xml
parent42ed8c73d5ab5bb8ba585b9f026c19108c83fe37 (diff)
downloadgwtquery-31d1c7cae609b4adb17cfee60d112474576dd054.tar.gz
gwtquery-31d1c7cae609b4adb17cfee60d112474576dd054.zip
Update to codehaus gwt-maven-plugin. Update to GWT 1.7.0. Update module files to properly include Plugins.gwt.xml module. Disabled tests for now (JUnitShell not launching properly from new plugin). Fixed unbound deferred bindings.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index d6142aad..5585b406 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,12 +130,10 @@
</activation>
<properties>
- <gwtversion>1.6.4</gwtversion>
- <gwt.loglevel>ERROR</gwt.loglevel>
+ <gwtversion>1.7.0</gwtversion>
+ <gwt.loglevel>INFO</gwt.loglevel>
<gwt.outputstyle>PRETTY</gwt.outputstyle>
<gwt.modulesuffix></gwt.modulesuffix>
- <gwt.localRepository>${user.home}/.m2/repository
- </gwt.localRepository>
<!-- <maven.test.skip>true</maven.test.skip> -->
</properties>
</profile>
@@ -195,7 +193,7 @@
<profile>
<id>prod</id>
<properties>
- <gwtversion>1.6.4</gwtversion>
+ <gwtversion>1.7.0</gwtversion>
<gwt.loglevel>ERROR</gwt.loglevel>
<gwt.outputstyle>OBF</gwt.outputstyle>
<gwt.modulesuffix></gwt.modulesuffix>