This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push:
new db67f07fa explicitly state false is the default
db67f07fa is described below
commit db67f07fa6af3651aa975b2975335d88f88261ed
Author: Stefan Bodewig <[email protected]>
AuthorDate: Wed Jul 22 19:03:31 2026 +0200
explicitly state false is the default
---
WHATSNEW | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/WHATSNEW b/WHATSNEW
index 4b03f5aca..e7854d084 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -18,7 +18,7 @@ Other changes:
* the SOURCE_DATE_EPOCH environment variable as well as the magic
ant.tstamp.now and ant.tstamp.now.iso properties now also affect
the timestamp added to a properties file written by <propertyfile>
- - but only if jdkproperties is false.
+ - but only if jdkproperties has its default value of false.
Based on a patch used by the Debian Ant package maintainers.
Part of Bugzilla Report 61269