You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2011/06/11 08:27:15 UTC

svn commit: r1134530 - /cxf/trunk/pom.xml

Author: cschneider
Date: Sat Jun 11 06:27:15 2011
New Revision: 1134530

URL: http://svn.apache.org/viewvc?rev=1134530&view=rev
Log:
Reverting as out of memory on windows1 seems to be a infra problem

Modified:
    cxf/trunk/pom.xml

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1134530&r1=1134529&r2=1134530&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Sat Jun 11 06:27:15 2011
@@ -41,7 +41,7 @@
     </prerequisites>
 
     <properties>
-        <cxf.compiler.fork>true</cxf.compiler.fork>
+        <cxf.compiler.fork>false</cxf.compiler.fork>
         <cxf.build-utils.version>2.3.2</cxf.build-utils.version>
         <cxf.xjc-utils.version>2.3.2</cxf.xjc-utils.version>
         <cxf.jdk.version>1.6</cxf.jdk.version>