This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 8716ac14bb Add missing version replacement for Ant and Java build
versions
8716ac14bb is described below
commit 8716ac14bbefaa63df63b66ea19f881d3dd32bd2
Author: Mark Thomas <[email protected]>
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 0cc02047d6..27189d877f 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: [email protected]
For additional commands, e-mail: [email protected]