Author: dkulp
Date: Thu Nov 1 20:07:55 2007
New Revision: 591205
URL: http://svn.apache.org/viewvc?rev=591205&view=rev
Log:
Merged revisions 591114 via svnmerge from
https://svn.apache.org/repos/asf/incubator/cxf/trunk
........
r591114 | dkulp | 2007-11-01 14:41:32 -0400 (Thu, 01 Nov 2007) | 3 lines
[CXF-1158, CXF-1146] Add ability to turn off address rewriting in servlet
Fix issues with validator not being able to determine if op is rpc or doc
........
Modified:
incubator/cxf/branches/2.0.x-fixes/ (props changed)
incubator/cxf/branches/2.0.x-fixes/systests/pom.xml
Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: incubator/cxf/branches/2.0.x-fixes/systests/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/systests/pom.xml?rev=591205&r1=591204&r2=591205&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/systests/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/systests/pom.xml Thu Nov 1 20:07:55 2007
@@ -408,7 +408,6 @@
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
- <version>3.1-rc1</version>
<scope>test</scope>
</dependency>