Author: dkulp
Date: Mon Jan  3 21:37:40 2011
New Revision: 1054775

URL: http://svn.apache.org/viewvc?rev=1054775&view=rev
Log:
Merged revisions 1043706 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1043706 | cschneider | 2010-12-08 16:56:00 -0500 (Wed, 08 Dec 2010) | 1 line
  
  Remove fork=true as command line is too long on windows
........

Modified:
    cxf/branches/2.3.x-fixes/   (props changed)
    cxf/branches/2.3.x-fixes/systests/wsdl_maven/java2ws/pom.xml

Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.3.x-fixes/systests/wsdl_maven/java2ws/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/wsdl_maven/java2ws/pom.xml?rev=1054775&r1=1054774&r2=1054775&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/systests/wsdl_maven/java2ws/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/systests/wsdl_maven/java2ws/pom.xml Mon Jan  3 
21:37:40 2011
@@ -56,7 +56,6 @@
                                                        <genWsdl>true</genWsdl>
                                                        <verbose>true</verbose>
                                                        
<attachWsdl>true</attachWsdl>
-                            <fork>true</fork>
                                                </configuration>
                                                <goals>
                                                        <goal>java2ws</goal>


Reply via email to