This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 3d58c3ac70 Use explicit javadoc locale
3d58c3ac70 is described below
commit 3d58c3ac70beb21588b120d21ff5c075801ca31e
Author: Christopher Schultz <[email protected]>
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 3892866543..2eac1d0c76 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -60,6 +60,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 797cc6f4ed..ec5822656a 100644
--- a/build.xml
+++ b/build.xml
@@ -2249,6 +2249,7 @@
<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"
@@ -2274,6 +2275,7 @@
<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"
@@ -2298,6 +2300,7 @@
<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"
@@ -2322,6 +2325,7 @@
<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"
@@ -2346,6 +2350,7 @@
<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"
@@ -2370,6 +2375,7 @@
<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"
@@ -2392,6 +2398,7 @@
<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: [email protected]
For additional commands, e-mail: [email protected]