diff options
author | Ray Cromwell <cromwellian@gmail.com> | 2009-07-27 09:01:20 +0000 |
---|---|---|
committer | Ray Cromwell <cromwellian@gmail.com> | 2009-07-27 09:01:20 +0000 |
commit | 31d1c7cae609b4adb17cfee60d112474576dd054 (patch) | |
tree | e4abb3d1e852eb4ebcaa46cc42cc7a1979a60f9e /pom.xml | |
parent | 42ed8c73d5ab5bb8ba585b9f026c19108c83fe37 (diff) | |
download | gwtquery-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.xml | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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> |