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 bd2b0f50c2 Fix property ant.tstamp.now.iso ignored when building
Tomcat JDBC pool libraries (#733)
bd2b0f50c2 is described below
commit bd2b0f50c2584e01b189ca196a422b8e63b934d9
Author: Dimitrios Soumis <[email protected]>
AuthorDate: Wed Jun 12 00:12:35 2024 +0300
Fix property ant.tstamp.now.iso ignored when building Tomcat JDBC pool
libraries (#733)
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index 052d6e9afb..eee0507ba1 100644
--- a/build.xml
+++ b/build.xml
@@ -1598,7 +1598,7 @@
<echo message="Building Tomcat JDBC pool libraries"/>
<ant antfile="${tomcat.jdbc.dir}/build.xml" dir="${tomcat.jdbc.dir}"
inheritAll="false" target="build">
- <property name="ant.tstamp.now.iso" value ="${ant.tstamp.now.iso}" />
+ <property name="ant.tstamp.now.iso" value ="${tstamp.iso.release}" />
<property name="tstamp.file" value ="${tstamp.file}" />
<property name="tomcat.pool" value="${tomcat.pool}" />
<property name="tomcat.juli.jar" value="${tomcat-juli.jar}" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]