From: rjung Date: Mon, 2 Aug 2010 13:07:03 +0000 (+0000) Subject: Use source encoding ISO-8859-1 for javadoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=49e3f6a5d081cf0f40369c3f52fb662fec06bbc4;p=tomcat7.0 Use source encoding ISO-8859-1 for javadoc just like we do for javac. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@981500 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index e130a195a..e7be13cce 100644 --- a/build.xml +++ b/build.xml @@ -1348,6 +1348,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. doctitle="Apache Tomcat ${version} API" header="<b>Apache Tomcat ${version}</b>" bottom="Copyright &#169; 2000-${year} Apache Software Foundation. All Rights Reserved." + encoding="ISO-8859-1" additionalparam="-breakiterator" maxmemory="256m" >