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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 531bf25450 Add missing version replacement for Ant and Java build 
versions
531bf25450 is described below

commit 531bf2545028cc665646e175b941219b6edcf6ae
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Mar 22 11:15:32 2024 +0000

    Add missing version replacement for Ant and Java build versions
---
 webapps/docs/tomcat-docs.xsl | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/webapps/docs/tomcat-docs.xsl b/webapps/docs/tomcat-docs.xsl
index df2738dbb2..722f21c9eb 100644
--- a/webapps/docs/tomcat-docs.xsl
+++ b/webapps/docs/tomcat-docs.xsl
@@ -434,6 +434,12 @@
   <xsl:template match="min-java-version">
     <xsl:value-of select="$minjavaversion"/>
   </xsl:template>
+  <xsl:template match="build-java-version">
+    <xsl:value-of select="$buildjavaversion"/>
+  </xsl:template>
+  <xsl:template match="ant-version-required">
+    <xsl:value-of select="$antversionrequired"/>
+  </xsl:template>
 
   <!-- Process everything else by just passing it through -->
   <xsl:template match="*|@*">


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

Reply via email to