Author: jalkanen
Date: Thu May 22 23:28:31 2008
New Revision: 659447
URL: http://svn.apache.org/viewvc?rev=659447&view=rev
Log:
Increased javadoc maxmem; was failing.
Modified:
incubator/jspwiki/branches/JSPWIKI_2_6_BRANCH/build.xml
Modified: incubator/jspwiki/branches/JSPWIKI_2_6_BRANCH/build.xml
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_6_BRANCH/build.xml?rev=659447&r1=659446&r2=659447&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_6_BRANCH/build.xml (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_6_BRANCH/build.xml Thu May 22 23:28:31
2008
@@ -260,7 +260,8 @@
<javadoc destdir="${docs.javadoc}"
use="yes"
breakiterator="true"
- windowtitle="${ant.project.name}">
+ windowtitle="${ant.project.name}"
+ maxmemory="256m">
<packageset dir="${code.src}">
<include name="com/ecyrd/**" />
</packageset>