Author: dkulp
Date: Thu Oct 20 18:37:20 2011
New Revision: 1186987
URL: http://svn.apache.org/viewvc?rev=1186987&view=rev
Log:
Merged revisions 1186984 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1186984 | dkulp | 2011-10-20 14:33:22 -0400 (Thu, 20 Oct 2011) | 1 line
Revert back to versions of gwt that will run on java5
........
Modified:
cxf/branches/2.4.x-fixes/ (props changed)
cxf/branches/2.4.x-fixes/rt/management-web/pom.xml
Propchange: cxf/branches/2.4.x-fixes/
('svn:mergeinfo' removed)
Propchange: cxf/branches/2.4.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: cxf/branches/2.4.x-fixes/rt/management-web/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/management-web/pom.xml?rev=1186987&r1=1186986&r2=1186987&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/rt/management-web/pom.xml (original)
+++ cxf/branches/2.4.x-fixes/rt/management-web/pom.xml Thu Oct 20 18:37:20 2011
@@ -34,9 +34,9 @@
</parent>
<properties>
- <gwt.version>2.4.0</gwt.version>
- <gwt.inject.version>1.5.0</gwt.inject.version>
- <gwt.plugin.version>2.4.0</gwt.plugin.version>
+ <gwt.version>2.1.0</gwt.version>
+ <gwt.inject.version>1.0</gwt.inject.version>
+ <gwt.plugin.version>2.1.0</gwt.plugin.version>
<google.findbugs.version>1.3.9</google.findbugs.version>
<gwt.hostedmode.dir>${project.build.directory}/war</gwt.hostedmode.dir>