Author: rjung
Date: Mon Aug  2 13:07:03 2010
New Revision: 981500

URL: http://svn.apache.org/viewvc?rev=981500&view=rev
Log:
Use source encoding ISO-8859-1 for javadoc
just like we do for javac.

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=981500&r1=981499&r2=981500&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Mon Aug  2 13:07:03 2010
@@ -1348,6 +1348,7 @@ Apache Tomcat ${version} native binaries
       doctitle="Apache Tomcat ${version} API"
       header="<b>Apache Tomcat ${version}</b>"
       bottom="Copyright © 2000-${year} Apache Software Foundation. 
All Rights Reserved."
+      encoding="ISO-8859-1"
       additionalparam="-breakiterator"
       maxmemory="256m" >
       <classpath>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to