You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2008/05/09 21:48:19 UTC

svn commit: r654920 - in /cxf/branches/2.0.x-fixes: ./ distribution/bundle/pom.xml

Author: dkulp
Date: Fri May  9 12:48:19 2008
New Revision: 654920

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

........
  r654919 | dkulp | 2008-05-09 15:39:48 -0400 (Fri, 09 May 2008) | 2 lines
  
  Give javadoc more memory or it fails on OS X
........

Modified:
    cxf/branches/2.0.x-fixes/   (props changed)
    cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml

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

Modified: cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml?rev=654920&r1=654919&r2=654920&view=diff
==============================================================================
--- cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml (original)
+++ cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml Fri May  9 12:48:19 2008
@@ -372,6 +372,8 @@
                             </execution>
                         </executions>
                         <configuration>
+                            <minmemory>128m</minmemory>
+                            <maxmemory>512m</maxmemory>
                             <header>Apache CXF API</header>
                             <footer>Apache CXF API</footer>
                             <sourcepath>${project.build.directory}/sources</sourcepath>