This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 93c70938204aaa451f332578bec70fef1138e193
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jan 18 19:49:48 2022 +0000

    Use same options for all Javadoc tasks
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 3759cc0..f8f817c 100644
--- a/build.xml
+++ b/build.xml
@@ -2249,7 +2249,7 @@ Apache Tomcat ${version} native binaries for Win64 
AMD64/EMT64 platform.
       encoding="UTF-8"
       docencoding="UTF-8"
       charset="UTF-8"
-      additionalparam="-breakiterator -notimestamp"
+      additionalparam="-breakiterator -notimestamp -html5"
       maxmemory="512m"
       failonerror="true"
       failonwarning="true">

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

Reply via email to