diff options
author | Manolo Carrasco <manolo@apache.org> | 2012-09-12 14:53:21 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2012-09-12 14:53:21 +0000 |
commit | 2e1615c4f99f99f3b9ed0ab5d5ca19970648637b (patch) | |
tree | 81393f7bb73a52bed72804444fdc41ac9d27a1d5 /jsquery/pom.xml | |
parent | 67b0de39097df88437d0ddc484eae4d7f0a45dd0 (diff) | |
download | gwtquery-2e1615c4f99f99f3b9ed0ab5d5ca19970648637b.tar.gz gwtquery-2e1615c4f99f99f3b9ed0ab5d5ca19970648637b.zip |
Set gwt version to 2.5.0-rc1 which is the one we should develop for
Diffstat (limited to 'jsquery/pom.xml')
-rw-r--r-- | jsquery/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jsquery/pom.xml b/jsquery/pom.xml index 10e055fe..566358a3 100644 --- a/jsquery/pom.xml +++ b/jsquery/pom.xml @@ -11,7 +11,7 @@ <packaging>war</packaging> <properties> - <gwtversion>2.4.0</gwtversion> + <gwtversion>2.5.0-rc1</gwtversion> <gwtmaven>2.4.0</gwtmaven> </properties> @@ -64,7 +64,7 @@ <version>${gwtmaven}</version> <configuration> <logLevel>${gwt.loglevel}</logLevel> - <style>OBF</style> + <style>OBF' -XenableClosureCompiler '-XenableClosureCompiler</style> <optimizationLevel>9</optimizationLevel> <gwtVersion>${gwtversion}</gwtVersion> <compileReport>true</compileReport> |