This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 71448ca92f5c0aad0eeee729a5933d1053ae2008 Author: Christopher Schultz <ch...@christopherschultz.net> AuthorDate: Tue Feb 11 09:18:22 2025 -0500 Use explicit javadoc locale --- build.properties.default | 1 + build.xml | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/build.properties.default b/build.properties.default index 0aa798a448..6afb712be6 100644 --- a/build.properties.default +++ b/build.properties.default @@ -63,6 +63,7 @@ execute.spotbugs=false # works better for Tomcat. javadoc.failonerror=true javadoc.failonwarning=false +javadoc.locale=en # ----- Test configuration ----- execute.test.nio=true diff --git a/build.xml b/build.xml index a5c8de2a27..a6870eebc1 100644 --- a/build.xml +++ b/build.xml @@ -2275,6 +2275,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. <br/> Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2300,6 +2301,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. <br/> Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2324,6 +2326,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. <br/> Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2348,6 +2351,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. <br/> Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2372,6 +2376,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. <br/> Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2396,6 +2401,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. <br/> Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2418,6 +2424,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. <br/> Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org