Author: cschneider
Date: Sat Jun 11 06:14:04 2011
New Revision: 1134527
URL: http://svn.apache.org/viewvc?rev=1134527&view=rev
Log:
Forking compiler to use less permGen space. We have to check how this affects
build time
Modified:
cxf/trunk/pom.xml
Modified: cxf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1134527&r1=1134526&r2=1134527&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Sat Jun 11 06:14:04 2011
@@ -41,7 +41,7 @@
</prerequisites>
<properties>
- <cxf.compiler.fork>false</cxf.compiler.fork>
+ <cxf.compiler.fork>true</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>