This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 34470f1ded98a558db9712b7fba15f974c9232f3 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 8e8bff9926..fbba4e6042 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 aa3f3e9b47..cce10d6d0b 100644 --- a/build.xml +++ b/build.xml @@ -2281,6 +2281,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" @@ -2306,6 +2307,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" @@ -2330,6 +2332,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" @@ -2354,6 +2357,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" @@ -2378,6 +2382,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" @@ -2402,6 +2407,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" @@ -2424,6 +2430,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