projects
/
tomcat7.0
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e43093b
)
- Fix major performance issue when building the dist, as javadoc needs more memory.
author
remm
<remm@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 30 Aug 2006 09:27:53 +0000
(09:27 +0000)
committer
remm
<remm@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 30 Aug 2006 09:27:53 +0000
(09:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@438433
13f79535
-47bb-0310-9956-
ffa450edef68
dist.xml
patch
|
blob
|
history
diff --git
a/dist.xml
b/dist.xml
index
7cef6d3
..
223e69a
100644
(file)
--- a/
dist.xml
+++ b/
dist.xml
@@
-392,7
+392,8
@@
windowtitle="Tomcat API Documentation"
doctitle="Tomcat API"
bottom="Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved."
- additionalparam="-breakiterator">
+ additionalparam="-breakiterator"
+ maxmemory="256m" >
</javadoc>
</target>