Author: ltheussl
Date: Thu Dec 15 10:15:34 2005
New Revision: 357051

URL: http://svn.apache.org/viewcvs?rev=357051&view=rev
Log:
PR: MPJAVADOC-66
The maxmemory property is set to 512m by default.

Modified:
    maven/maven-1/plugins/trunk/javadoc/plugin.properties
    maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml
    maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml

Modified: maven/maven-1/plugins/trunk/javadoc/plugin.properties
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/plugin.properties?rev=357051&r1=357050&r2=357051&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/javadoc/plugin.properties (original)
+++ maven/maven-1/plugins/trunk/javadoc/plugin.properties Thu Dec 15 10:15:34 
2005
@@ -38,7 +38,7 @@
 
 #specify an alternate locale
 #maven.javadoc.locale               = en_US
-#maven.javadoc.maxmemory            =
+maven.javadoc.maxmemory             = 512m
 
 #maven.javadoc.mode.online          =
 #maven.javadoc.offlineLinks         =

Modified: maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml?rev=357051&r1=357050&r2=357051&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml Thu Dec 15 10:15:34 
2005
@@ -27,6 +27,7 @@
   </properties>
   <body>
     <release version="1.8-SNAPSHOT" date="In SVN">
+      <action dev="ltheussl" type="update" issue="MPJAVADOC-66">The maxmemory 
property is set to 512m by default.</action>
       <action dev="ltheussl" type="fix" 
issue="MPJAVADOC-61">StringIndexOutOfBoundsException on parsing the 
files.</action>
       <action dev="aheritier" type="fix" issue="MPJAVADOC-59">Files 
package.html and overview.html are not copied when source modifications are 
used.</action>
       <action dev="carlos" type="add" issue="MPJAVADOC-58">Added 
maven.javadoc.failonerror property.</action>

Modified: maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml?rev=357051&r1=357050&r2=357051&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml Thu Dec 15 
10:15:34 2005
@@ -89,7 +89,7 @@
           <td>
             Specifies the maximum Java heap size to be used when launching
             the javadoc executable. Some JVMs refer to this property as
-            the <code>-Xmx</code> parameter.
+            the <code>-Xmx</code> parameter. Defaults to <code>512m</code>.
           </td>
         </tr>
         <tr>


Reply via email to