Author: bodewig
Date: Sun Mar 29 10:00:52 2026
New Revision: 83434

Log:
RC2 of Ant 1.10.16

Modified:
   dev/ant/README.html
   dev/ant/RELEASE-NOTES-1.10.16.html
   dev/ant/binaries/apache-ant-1.10.16-bin.tar.bz2
   dev/ant/binaries/apache-ant-1.10.16-bin.tar.bz2.asc
   dev/ant/binaries/apache-ant-1.10.16-bin.tar.bz2.sha512
   dev/ant/binaries/apache-ant-1.10.16-bin.tar.gz
   dev/ant/binaries/apache-ant-1.10.16-bin.tar.gz.asc
   dev/ant/binaries/apache-ant-1.10.16-bin.tar.gz.sha512
   dev/ant/binaries/apache-ant-1.10.16-bin.tar.xz
   dev/ant/binaries/apache-ant-1.10.16-bin.tar.xz.asc
   dev/ant/binaries/apache-ant-1.10.16-bin.tar.xz.sha512
   dev/ant/binaries/apache-ant-1.10.16-bin.zip
   dev/ant/binaries/apache-ant-1.10.16-bin.zip.asc
   dev/ant/binaries/apache-ant-1.10.16-bin.zip.sha512
   dev/ant/manual/apache-ant-1.10.16-manual.tar.bz2
   dev/ant/manual/apache-ant-1.10.16-manual.tar.bz2.asc
   dev/ant/manual/apache-ant-1.10.16-manual.tar.bz2.sha512
   dev/ant/manual/apache-ant-1.10.16-manual.tar.gz
   dev/ant/manual/apache-ant-1.10.16-manual.tar.gz.asc
   dev/ant/manual/apache-ant-1.10.16-manual.tar.gz.sha512
   dev/ant/manual/apache-ant-1.10.16-manual.tar.xz
   dev/ant/manual/apache-ant-1.10.16-manual.tar.xz.asc
   dev/ant/manual/apache-ant-1.10.16-manual.tar.xz.sha512
   dev/ant/manual/apache-ant-1.10.16-manual.zip
   dev/ant/manual/apache-ant-1.10.16-manual.zip.asc
   dev/ant/manual/apache-ant-1.10.16-manual.zip.sha512
   dev/ant/source/apache-ant-1.10.16-src.tar.bz2
   dev/ant/source/apache-ant-1.10.16-src.tar.bz2.asc
   dev/ant/source/apache-ant-1.10.16-src.tar.bz2.sha512
   dev/ant/source/apache-ant-1.10.16-src.tar.gz
   dev/ant/source/apache-ant-1.10.16-src.tar.gz.asc
   dev/ant/source/apache-ant-1.10.16-src.tar.gz.sha512
   dev/ant/source/apache-ant-1.10.16-src.tar.xz
   dev/ant/source/apache-ant-1.10.16-src.tar.xz.asc
   dev/ant/source/apache-ant-1.10.16-src.tar.xz.sha512
   dev/ant/source/apache-ant-1.10.16-src.zip
   dev/ant/source/apache-ant-1.10.16-src.zip.asc
   dev/ant/source/apache-ant-1.10.16-src.zip.sha512

Modified: dev/ant/README.html
==============================================================================
--- dev/ant/README.html Sun Mar 29 10:00:22 2026        (r83433)
+++ dev/ant/README.html Sun Mar 29 10:00:52 2026        (r83434)
@@ -1,89 +1,93 @@
-<!DOCTYPE html><html><head><meta charset="UTF-8" /><title>Release Notes for 
Apache Ant 1.10.16</title></head><body><pre>Changes from Ant 1.10.15 TO Ant 
1.10.16
-=======================================
-
-Changes that could break older environments:
--------------------------------------------
-
- * &lt;xslt> now uses the same logic to compare file timestamps when
-   determining whether a target file is out-of-date with respect to
-   the source file or stylesheet that most other tasks use. This means
-   it will assume a default timestamp granularity that depends on the
-   current operating system.
-   A new granularity attribute allows you to override the assumed
-   granularity.
-   Under certain edge cases this means xslt will now not process files
-   it would have processed before (when the timestamps of source or
-   stylesheet are very close or even equal to the timestamp of the
-   target). In this case you can set granularity to 0 to get back to
-   the behavior of 1.10.15.
-   Bugzilla Report 65756
-
- * the &lt;mail> task as well as MailLogger will now check the server
-   identity as specified by RFC 2595 when JavaMail is used in
-   combination with TLS (plain TLS or StartTLS).
-   The check can be disabled with a new MailLogger property
-   MailLogger.tls.checkserveridentity or a new &lt;mail> task attribute
-   checkServerIdentity.
-   Bugzilla Report 69416
-
- * Ant now recognizes Windows junctions and treats them just like
-   symbolic links in general. With this builds on Windows that use
-   followSymlinks="false" and rely on Ant following Windowss junctions
-   will break. In order to get the old behavior you need to set
-   followSymlinks to true and exclude real symbolic links via the
-   &lt;symlink> selector.
-   Bugzilla Report 66293
-
-Fixed bugs:
------------
-
- * &lt;scp> now properly handles IPv6 addresses as hostnames.
-   Bugzilla Report 59160
-
- * javac task has been fixed to generate the "-classpath" option
-   only when there are any classpath elements present.
-   Bugzilla Report 69586
-
- * URLResource#getName could strip the first character of a resource
-   path even if it was not a file separator.
-   Bugzilla Report 69680
-
- * ant.bat now exits with a non-zero exit code if ANT_HOME is not set.
-   Github Pull Request #222
-
- * A regression in ftp task caused some files to not be downloaded.
-   That has been fixed now.
-   Bugzilla Report 69485
-
-Other changes:
---------------
-
- * Ant will no longer set a java.lang.SecurityManager at runtime
-   if the "java.security.manager" system property is set to
-   "disallow".
-   Github Pull Request #216
-
- * &lt;mail> and MailLogger can now enforce the use of STARTLS rather
-   than silently fall back to unencrypted authentication via a new
-   MailLogger property and a new &lt;mail> task attribute.
-   Bugzilla Report 69416
-
- * added a Windows specific &lt;mklink> task that can be used to create
-   hard links, symbolic links and junctions.
-
- * added &lt;delete link="..."> that can be used delete symbolic links or
-   Windows junctions. For symbolic links this duplicates what
-   &lt;symlink action="delete" ...> does - it has been introduced to
-   handle symlinks and junctions via a single API.
-
- * added &lt;canCreateSymlink> condition that evaluates to true if the
-   current Ant process can create symbolic links.
-
- * added &lt;windowsjunction> file selector which only select directories
-   that are Windows junctions.
-
- * added a new actOnLinkTargets attribute to &lt;setpermissions> to
-   control whether the permissions apply to a symbolic link or Windows
-   junction or the target of the respective links. The old behavior
-   of changing the link's target remains as default.
-</pre></body></html>
+<!DOCTYPE html><html><head><meta charset="UTF-8" /><title>Source 
Code</title></head><body><pre>Changes from Ant 1.10.15 TO Ant 1.10.16
+=======================================
+
+Changes that could break older environments:
+-------------------------------------------
+
+ * &lt;xslt> now uses the same logic to compare file timestamps when
+   determining whether a target file is out-of-date with respect to
+   the source file or stylesheet that most other tasks use. This means
+   it will assume a default timestamp granularity that depends on the
+   current operating system.
+   A new granularity attribute allows you to override the assumed
+   granularity.
+   Under certain edge cases this means xslt will now not process files
+   it would have processed before (when the timestamps of source or
+   stylesheet are very close or even equal to the timestamp of the
+   target). In this case you can set granularity to 0 to get back to
+   the behavior of 1.10.15.
+   Bugzilla Report 65756
+
+ * the &lt;mail> task as well as MailLogger will now check the server
+   identity as specified by RFC 2595 when JavaMail is used in
+   combination with TLS (plain TLS or StartTLS).
+   The check can be disabled with a new MailLogger property
+   MailLogger.tls.checkserveridentity or a new &lt;mail> task attribute
+   checkServerIdentity.
+   Bugzilla Report 69416
+
+ * Ant now recognizes Windows junctions and treats them just like
+   symbolic links in general. With this builds on Windows that use
+   followSymlinks="false" and rely on Ant following Windows junctions
+   will break. In order to get the old behavior you need to set
+   followSymlinks to true and exclude real symbolic links via the
+   &lt;symlink> selector.
+   Bugzilla Report 66293
+
+Fixed bugs:
+-----------
+
+ * &lt;scp> now properly handles IPv6 addresses as hostnames.
+   Bugzilla Report 59160
+
+ * javac task has been fixed to generate the "-classpath" option
+   only when there are any classpath elements present.
+   Bugzilla Report 69586
+
+ * URLResource#getName could strip the first character of a resource
+   path even if it was not a file separator.
+   Bugzilla Report 69680
+
+ * ant.bat now exits with a non-zero exit code if ANT_HOME is not set.
+   Github Pull Request #222
+
+ * A regression in ftp task caused some files to not be downloaded.
+   That has been fixed now.
+   Bugzilla Report 69485
+
+Other changes:
+--------------
+
+ * Ant will no longer set a java.lang.SecurityManager at runtime
+   if the "java.security.manager" system property is set to
+   "disallow".
+   Github Pull Request #216
+
+ * &lt;mail> and MailLogger can now enforce the use of STARTLS rather
+   than silently fall back to unencrypted authentication via a new
+   MailLogger property and a new &lt;mail> task attribute.
+   Bugzilla Report 69416
+
+ * added a Windows specific &lt;mklink> task that can be used to create
+   hard links, symbolic links and junctions.
+
+ * added &lt;delete link="..."> that can be used delete symbolic links or
+   Windows junctions. For symbolic links this duplicates what
+   &lt;symlink action="delete" ...> does - it has been introduced to
+   handle symlinks and junctions via a single API.
+
+ * added &lt;canCreateSymlink> condition that evaluates to true if the
+   current Ant process can create symbolic links.
+
+ * added &lt;windowsjunction> file selector which only select directories
+   that are Windows junctions.
+
+ * added a new actOnLinkTargets attribute to &lt;setpermissions> to
+   control whether the permissions apply to a symbolic link or Windows
+   junction or the target of the respective links. The old behavior
+   of changing the link's target remains as default.
+
+ * a new combination of attributes allows &lt;sshexec> to mask sensitive
+   data specified for the command line to execute.
+   Github Pull Request #124
+</pre></body></html>

Modified: dev/ant/RELEASE-NOTES-1.10.16.html
==============================================================================
--- dev/ant/RELEASE-NOTES-1.10.16.html  Sun Mar 29 10:00:22 2026        (r83433)
+++ dev/ant/RELEASE-NOTES-1.10.16.html  Sun Mar 29 10:00:52 2026        (r83434)
@@ -1,4 +1,4 @@
-<!DOCTYPE html><html><head><meta charset="UTF-8" /><title>Release Notes for 
Apache Ant 1.10.16</title></head><body><pre>Changes from Ant 1.10.15 TO Ant 
1.10.16
+<!DOCTYPE html><html><head><meta charset="UTF-8" /><title>Source 
Code</title></head><body><pre>Changes from Ant 1.10.15 TO Ant 1.10.16
 =======================================
 
 Changes that could break older environments:
@@ -28,7 +28,7 @@ Changes that could break older environme
 
  * Ant now recognizes Windows junctions and treats them just like
    symbolic links in general. With this builds on Windows that use
-   followSymlinks="false" and rely on Ant following Windowss junctions
+   followSymlinks="false" and rely on Ant following Windows junctions
    will break. In order to get the old behavior you need to set
    followSymlinks to true and exclude real symbolic links via the
    &lt;symlink> selector.
@@ -86,4 +86,8 @@ Other changes:
    control whether the permissions apply to a symbolic link or Windows
    junction or the target of the respective links. The old behavior
    of changing the link's target remains as default.
+
+ * a new combination of attributes allows &lt;sshexec> to mask sensitive
+   data specified for the command line to execute.
+   Github Pull Request #124
 </pre></body></html>

Modified: dev/ant/binaries/apache-ant-1.10.16-bin.tar.bz2
==============================================================================
Binary file (source and/or target). No diff available.

Modified: dev/ant/binaries/apache-ant-1.10.16-bin.tar.bz2.asc
==============================================================================
--- dev/ant/binaries/apache-ant-1.10.16-bin.tar.bz2.asc Sun Mar 29 10:00:22 
2026        (r83433)
+++ dev/ant/binaries/apache-ant-1.10.16-bin.tar.bz2.asc Sun Mar 29 10:00:52 
2026        (r83434)
@@ -1,7 +1,7 @@
 -----BEGIN PGP SIGNATURE-----
 
-iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCaYivLgAKCRBDLcl+e3Pw
-tk7KAQDbBwSCLEzWjgkPbcwS7LtbuolYt7qQIy1BBcSoIdohWAD/VzWl61x//93F
-kNsAgaaoftkoAsUMfDa9mrTk3vVYSA8=
-=PJEh
+iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCacj3GAAKCRBDLcl+e3Pw
+tmYNAP9PYAqtwdZ0dsEqHDFKuDKFSBO0yX3PkOwzziASwwdPhQD+K2i3bByFqQ35
+GwHiVYNMsbO1MKURGUzOoLa0fkoy4gI=
+=3C9P
 -----END PGP SIGNATURE-----

Modified: dev/ant/binaries/apache-ant-1.10.16-bin.tar.bz2.sha512
==============================================================================
--- dev/ant/binaries/apache-ant-1.10.16-bin.tar.bz2.sha512      Sun Mar 29 
10:00:22 2026        (r83433)
+++ dev/ant/binaries/apache-ant-1.10.16-bin.tar.bz2.sha512      Sun Mar 29 
10:00:52 2026        (r83434)
@@ -1 +1 @@
-1f2f193157fe94572108dfcdb5f30106272b23cfabdc969d3f1b9831bfa8a6f0a31c8152bbe49b3685ebc3b28c340123fd16ece8df842bb0b4e27b32a5f74343
+6a599e1c70c46a65d629b07a6546626f6f9b6eb5ead87479837a383bc23cfdf65c9f3da3577c706940014e6832d3c480bc7ab7305b9dc8c7ba9c9c347b4a3815

Modified: dev/ant/binaries/apache-ant-1.10.16-bin.tar.gz
==============================================================================
Binary file (source and/or target). No diff available.

Modified: dev/ant/binaries/apache-ant-1.10.16-bin.tar.gz.asc
==============================================================================
--- dev/ant/binaries/apache-ant-1.10.16-bin.tar.gz.asc  Sun Mar 29 10:00:22 
2026        (r83433)
+++ dev/ant/binaries/apache-ant-1.10.16-bin.tar.gz.asc  Sun Mar 29 10:00:52 
2026        (r83434)
@@ -1,7 +1,7 @@
 -----BEGIN PGP SIGNATURE-----
 
-iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCaYivLQAKCRBDLcl+e3Pw
-tqF6AQCZu53REOEVd2jE12bURlyFu1iNpHoKya3WJ/k6LTu3RQD+Jvwr45Co/gjZ
-99/DwO3BuLdYipXCVrs5MYRqytOBSAI=
-=SAxd
+iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCacj3GAAKCRBDLcl+e3Pw
+tuZIAP4pUzrp5nsQNJj0DQuuy3JUFmHRMbCKyhNqcGAiwaA8FAEA9LGP53sgugQr
+1cqcoi9AA4NxyiHvUlWhPLImA0Ot1g0=
+=mty7
 -----END PGP SIGNATURE-----

Modified: dev/ant/binaries/apache-ant-1.10.16-bin.tar.gz.sha512
==============================================================================
--- dev/ant/binaries/apache-ant-1.10.16-bin.tar.gz.sha512       Sun Mar 29 
10:00:22 2026        (r83433)
+++ dev/ant/binaries/apache-ant-1.10.16-bin.tar.gz.sha512       Sun Mar 29 
10:00:52 2026        (r83434)
@@ -1 +1 @@
-247367ae40e2f151bac2ba8a327abb356cd27d0cf685117da728097de7f17391422613beaef84ccf20159295f8eaecd5f1b23aeba6f0411e8f849a766c2ad3bc
+b711c0a88751efdbcc33d55b1c054b741e5e75c603c1a1b7ed39bb62f0b1fa562cd2e6232d9fb5dd8ab165169fde35a4e4be567925ab9aa84bc668ac54077be7

Modified: dev/ant/binaries/apache-ant-1.10.16-bin.tar.xz
==============================================================================
Binary file (source and/or target). No diff available.

Modified: dev/ant/binaries/apache-ant-1.10.16-bin.tar.xz.asc
==============================================================================
--- dev/ant/binaries/apache-ant-1.10.16-bin.tar.xz.asc  Sun Mar 29 10:00:22 
2026        (r83433)
+++ dev/ant/binaries/apache-ant-1.10.16-bin.tar.xz.asc  Sun Mar 29 10:00:52 
2026        (r83434)
@@ -1,7 +1,7 @@
 -----BEGIN PGP SIGNATURE-----
 
-iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCaYivLwAKCRBDLcl+e3Pw
-tvrpAQDV+taA4xeEYK01pUpPGmv4cmbjeRaSLFGMCPge2TXWAgEA24Byvn0dOlrM
-tO817oqA/Bnaf02KseyOIVvzMRqfBAY=
-=IQCD
+iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCacj3GQAKCRBDLcl+e3Pw
+tp3EAQCzcdV4UCjxMKWSXK5+hKd+JIH4Cj0/svZx5pauff5pYQD+JaVfhmbfamx+
+Vn+E5P0Ql1fHgw7rXK/Eba1hBdUkXwY=
+=na6S
 -----END PGP SIGNATURE-----

Modified: dev/ant/binaries/apache-ant-1.10.16-bin.tar.xz.sha512
==============================================================================
--- dev/ant/binaries/apache-ant-1.10.16-bin.tar.xz.sha512       Sun Mar 29 
10:00:22 2026        (r83433)
+++ dev/ant/binaries/apache-ant-1.10.16-bin.tar.xz.sha512       Sun Mar 29 
10:00:52 2026        (r83434)
@@ -1 +1 @@
-0c9f80618e768b293aaefa14d5babc577a23bde0951da1969bb493583f11bef243efad4d3555b531af26049c9ce403888a12fc8d409855a302efee8fbdd34182
+62cd39a3053cbbf8b6781a2dad3df29c29131170ebcca4e8aecf77b0a7e20bf0a6b92963efa183ae746bc6c22f94229e39bcd5a57f7c4ddca9e1f9242c6595be

Modified: dev/ant/binaries/apache-ant-1.10.16-bin.zip
==============================================================================
Binary file (source and/or target). No diff available.

Modified: dev/ant/binaries/apache-ant-1.10.16-bin.zip.asc
==============================================================================
--- dev/ant/binaries/apache-ant-1.10.16-bin.zip.asc     Sun Mar 29 10:00:22 
2026        (r83433)
+++ dev/ant/binaries/apache-ant-1.10.16-bin.zip.asc     Sun Mar 29 10:00:52 
2026        (r83434)
@@ -1,7 +1,7 @@
 -----BEGIN PGP SIGNATURE-----
 
-iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCaYivLAAKCRBDLcl+e3Pw
-tj+GAP9madhbr/sUKLanwPkT1dVwMcqoRUMyUMGITAEV0/AqQwD/SHSiFjbrvNnl
-GF7LJOkwByNICxMFHmyCIt91l3pziAg=
-=RHey
+iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCacj3FgAKCRBDLcl+e3Pw
+tr+jAP0eOginQqXHV9cLph7sqm4KbTxiDNKj6v7yYnmlwFAxZgD/c3JiBaJKUGNJ
+SiTjt2zZMGFD+VTaKt4lOx1A+y0m9w4=
+=mPW/
 -----END PGP SIGNATURE-----

Modified: dev/ant/binaries/apache-ant-1.10.16-bin.zip.sha512
==============================================================================
--- dev/ant/binaries/apache-ant-1.10.16-bin.zip.sha512  Sun Mar 29 10:00:22 
2026        (r83433)
+++ dev/ant/binaries/apache-ant-1.10.16-bin.zip.sha512  Sun Mar 29 10:00:52 
2026        (r83434)
@@ -1 +1 @@
-1c231d70791be0af84d62139b24e6d77fa9bf4d526c7ab77ac1ef8e9aa9c3dfbdc96d1ec24fc6e77689ac7bdcba545f47cf940e8bb9e40c808b2732ed2d436ec
+d5001a26c92fea60da21ddf2520d630b7366f1be85c0d4289b67d286498e01d38653eefe2b81e7f68c9175033c2d1267b7ab2fa914f6946a3b8c8dced1d5b57c

Modified: dev/ant/manual/apache-ant-1.10.16-manual.tar.bz2
==============================================================================
Binary file (source and/or target). No diff available.

Modified: dev/ant/manual/apache-ant-1.10.16-manual.tar.bz2.asc
==============================================================================
--- dev/ant/manual/apache-ant-1.10.16-manual.tar.bz2.asc        Sun Mar 29 
10:00:22 2026        (r83433)
+++ dev/ant/manual/apache-ant-1.10.16-manual.tar.bz2.asc        Sun Mar 29 
10:00:52 2026        (r83434)
@@ -1,7 +1,7 @@
 -----BEGIN PGP SIGNATURE-----
 
-iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCaYivLgAKCRBDLcl+e3Pw
-tsknAQC48M8HpSo5BrE5BjZGeLGG0gtAuE3WAspKT53bKq+JtwEAqveriVAqV/6k
-KkbwLq1CTl2TYtoX/iRdZnFO+BSXFQc=
-=DzW3
+iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCacj3GQAKCRBDLcl+e3Pw
+ttNNAQCNMGHkBkTY0CgzN+zoAiPf5A4G1U10UApsKnZZPO8I/AEAqUyo+MVWq+QC
+SYQxmHsilpTpIQRLAn8pC4MEVoD8wQI=
+=+rxZ
 -----END PGP SIGNATURE-----

Modified: dev/ant/manual/apache-ant-1.10.16-manual.tar.bz2.sha512
==============================================================================
--- dev/ant/manual/apache-ant-1.10.16-manual.tar.bz2.sha512     Sun Mar 29 
10:00:22 2026        (r83433)
+++ dev/ant/manual/apache-ant-1.10.16-manual.tar.bz2.sha512     Sun Mar 29 
10:00:52 2026        (r83434)
@@ -1 +1 @@
-cb52182a0e78c67107b6ebc2a7f09f445401b86f0880462f11915dd090b93a76567644fff4afe497e92fb4c774977e5a29be29cebd5718c02d99cf86ed79a7fa
+77ea847d1c7feb36bf263f93463158f1d2d8a143fc2c899dd2338c6e95507abcf99753e58559f6124d9d6bdd1aa968592b75eccd3826eda30c9c8bd4468b0e25

Modified: dev/ant/manual/apache-ant-1.10.16-manual.tar.gz
==============================================================================
Binary file (source and/or target). No diff available.

Modified: dev/ant/manual/apache-ant-1.10.16-manual.tar.gz.asc
==============================================================================
--- dev/ant/manual/apache-ant-1.10.16-manual.tar.gz.asc Sun Mar 29 10:00:22 
2026        (r83433)
+++ dev/ant/manual/apache-ant-1.10.16-manual.tar.gz.asc Sun Mar 29 10:00:52 
2026        (r83434)
@@ -1,7 +1,7 @@
 -----BEGIN PGP SIGNATURE-----
 
-iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCaYivLQAKCRBDLcl+e3Pw
-tmCHAQDq8HQvCFFE2MXWXnQmNgbD9IfFkGXHdQ/TOVhgsvXMuwEAqzhrC33bZejO
-QfhkYyByDJCYPA6tg8iSEWs12WXWvw0=
-=kZ1X
+iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCacj3GAAKCRBDLcl+e3Pw
+tmB8AP9mxm/wQczYoz3JUukQWHPja0RrDxsK32BGud1ZCaBOAwD8C/dGKQRoczHa
+kdbIYwfFkES2iqoWPl6/gdUSuTJZPwA=
+=Hv1V
 -----END PGP SIGNATURE-----

Modified: dev/ant/manual/apache-ant-1.10.16-manual.tar.gz.sha512
==============================================================================
--- dev/ant/manual/apache-ant-1.10.16-manual.tar.gz.sha512      Sun Mar 29 
10:00:22 2026        (r83433)
+++ dev/ant/manual/apache-ant-1.10.16-manual.tar.gz.sha512      Sun Mar 29 
10:00:52 2026        (r83434)
@@ -1 +1 @@
-d55f064ad0b7c633eedc34e11c2c5367a7a231dd7cc00e810f932f7f24879c8c607fe525096fec5653937f093c740469c028bc275d3dbb71baa42a4b062396ff
+63bc1b6cbe4254852c00525987decc8d6e17e04132c0e3c806cf340628f65285b268bd72572238a782b4e32c1dda05d055c1ecee0dd058ab1723850561de88d4

Modified: dev/ant/manual/apache-ant-1.10.16-manual.tar.xz
==============================================================================
Binary file (source and/or target). No diff available.

Modified: dev/ant/manual/apache-ant-1.10.16-manual.tar.xz.asc
==============================================================================
--- dev/ant/manual/apache-ant-1.10.16-manual.tar.xz.asc Sun Mar 29 10:00:22 
2026        (r83433)
+++ dev/ant/manual/apache-ant-1.10.16-manual.tar.xz.asc Sun Mar 29 10:00:52 
2026        (r83434)
@@ -1,7 +1,7 @@
 -----BEGIN PGP SIGNATURE-----
 
-iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCaYivLwAKCRBDLcl+e3Pw
-tgeKAQCuRZ2nU2ce9J38JVP91Oz0BGZtfrwtE6p/KhDf2lEbDQD9FOyvoetwIs0s
-uNaQyqx/i5jQRoaHa/RASV34wBHQHQQ=
-=gP9/
+iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCacj3GQAKCRBDLcl+e3Pw
+th5qAP4sVq0Bk416Y3QoZ/ERcQDR6dB4DiYMSPHYzyIfOW3hJQD+OktYVz+CBhWL
+uTXOuaMU8bSahV+ucZxjPiqTQGAzMQg=
+=TpjF
 -----END PGP SIGNATURE-----

Modified: dev/ant/manual/apache-ant-1.10.16-manual.tar.xz.sha512
==============================================================================
--- dev/ant/manual/apache-ant-1.10.16-manual.tar.xz.sha512      Sun Mar 29 
10:00:22 2026        (r83433)
+++ dev/ant/manual/apache-ant-1.10.16-manual.tar.xz.sha512      Sun Mar 29 
10:00:52 2026        (r83434)
@@ -1 +1 @@
-c53a99573bb6f75bb39b08fccd68bab73b0ba66c111d66acbdff8addcff357639241e248ce4642aa885a2e769595e622909d5b50199b5f2efb66ea2261539573
+af6b04113db96c9f0243d846c8dfd8c4fbfda5b6abd3151eabe2be57d70b83cf04f293513870497694fbf259a4922328c479cafeb75c21ac04476ea8c3829a03

Modified: dev/ant/manual/apache-ant-1.10.16-manual.zip
==============================================================================
Binary file (source and/or target). No diff available.

Modified: dev/ant/manual/apache-ant-1.10.16-manual.zip.asc
==============================================================================
--- dev/ant/manual/apache-ant-1.10.16-manual.zip.asc    Sun Mar 29 10:00:22 
2026        (r83433)
+++ dev/ant/manual/apache-ant-1.10.16-manual.zip.asc    Sun Mar 29 10:00:52 
2026        (r83434)
@@ -1,7 +1,7 @@
 -----BEGIN PGP SIGNATURE-----
 
-iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCaYivLAAKCRBDLcl+e3Pw
-tr+OAP9tkgU/uxOPLihs9kUrXWDnPWAMWsqKdybsBKBoDLJFfAEA2gRX68fqohYj
-pVQGlLCaS4Qf6jubUTMfM7OoLQ8NQwQ=
-=R53e
+iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCacj3FwAKCRBDLcl+e3Pw
+tktZAQCFzWTYfArzvwF9ID7IHn/8HFWgbg5zkXw3vEhB8bJHtgEAuzFHqkM5UWi6
+hE16MWAcw/4fj+iA90w9LDgoIEdeqwo=
+=+P6I
 -----END PGP SIGNATURE-----

Modified: dev/ant/manual/apache-ant-1.10.16-manual.zip.sha512
==============================================================================
--- dev/ant/manual/apache-ant-1.10.16-manual.zip.sha512 Sun Mar 29 10:00:22 
2026        (r83433)
+++ dev/ant/manual/apache-ant-1.10.16-manual.zip.sha512 Sun Mar 29 10:00:52 
2026        (r83434)
@@ -1 +1 @@
-6281ef0ac1f900c3b14db284bfe22c833724729e931fc1e5904077ed2943a48e7141f2ae23cc292089f4e44027d956b18a28abab14c06f94e0514e576c88895d
+346b15fecb2c2ad8d91d6f2ec099fe83d50996a39f0a0eb7cd92c2caa701ce7dfe1dc2687824083c6c430249e6e513232b96f1a2cd82b1de8a9794b26f8b7899

Modified: dev/ant/source/apache-ant-1.10.16-src.tar.bz2
==============================================================================
Binary file (source and/or target). No diff available.

Modified: dev/ant/source/apache-ant-1.10.16-src.tar.bz2.asc
==============================================================================
--- dev/ant/source/apache-ant-1.10.16-src.tar.bz2.asc   Sun Mar 29 10:00:22 
2026        (r83433)
+++ dev/ant/source/apache-ant-1.10.16-src.tar.bz2.asc   Sun Mar 29 10:00:52 
2026        (r83434)
@@ -1,7 +1,7 @@
 -----BEGIN PGP SIGNATURE-----
 
-iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCaYivLgAKCRBDLcl+e3Pw
-tnzkAP4m8W0Qif0qhAz1k100Dg73kCGVWmTYZleXhQtpzhlFJgD/dnQ/1+9tm54q
-moVcgB5KyL8swaz9EA5K4WAXA6eqBQQ=
-=C2aK
+iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCacj3GQAKCRBDLcl+e3Pw
+tswWAQCsr9lvBKu/o48z3q8JEH8cgbd6SxFJOX/ZwxLH61ufaQEAguQE7PQi0IaB
+8qyxoQCykEZiCyPCpoDwAwVZYuE34gc=
+=9XFy
 -----END PGP SIGNATURE-----

Modified: dev/ant/source/apache-ant-1.10.16-src.tar.bz2.sha512
==============================================================================
--- dev/ant/source/apache-ant-1.10.16-src.tar.bz2.sha512        Sun Mar 29 
10:00:22 2026        (r83433)
+++ dev/ant/source/apache-ant-1.10.16-src.tar.bz2.sha512        Sun Mar 29 
10:00:52 2026        (r83434)
@@ -1 +1 @@
-14a08d0c7b117f31e50e0c04c56b7437d279fb1a3613f6c8f9ee7d6b3fe5afb8972b8006dea5abb3ecfe02e6691759ed6f077b994cde8dd1250545519669f2e6
+3842c54fd1b8e0f363517faeca7378f4b7bc970477b227f3671632cc6eadb830a0f6ca1638ec1efd4179ad3d200872f767aaeb34aea52981b5f62403b98124ab

Modified: dev/ant/source/apache-ant-1.10.16-src.tar.gz
==============================================================================
Binary file (source and/or target). No diff available.

Modified: dev/ant/source/apache-ant-1.10.16-src.tar.gz.asc
==============================================================================
--- dev/ant/source/apache-ant-1.10.16-src.tar.gz.asc    Sun Mar 29 10:00:22 
2026        (r83433)
+++ dev/ant/source/apache-ant-1.10.16-src.tar.gz.asc    Sun Mar 29 10:00:52 
2026        (r83434)
@@ -1,7 +1,7 @@
 -----BEGIN PGP SIGNATURE-----
 
-iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCaYivLgAKCRBDLcl+e3Pw
-tiPJAQC53gvmi1nSCm5PBTCs8V3oThF1037xYr/EhcV98VrgWAEA0FymH5dOY+lp
-9+6YSK7onqnspGAk2G5b/PJcOTyu+Qg=
-=15Br
+iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCacj3GAAKCRBDLcl+e3Pw
+tkN2AP43ne2TE/UFoSyR6Q5WPJFHbDp3/nd6VEE1Nmfwt9WVTwEAwuClB4RoFVcQ
+h8RGJXjzK6V9Ey8yUc3pUlyH4icC+Ac=
+=n+4C
 -----END PGP SIGNATURE-----

Modified: dev/ant/source/apache-ant-1.10.16-src.tar.gz.sha512
==============================================================================
--- dev/ant/source/apache-ant-1.10.16-src.tar.gz.sha512 Sun Mar 29 10:00:22 
2026        (r83433)
+++ dev/ant/source/apache-ant-1.10.16-src.tar.gz.sha512 Sun Mar 29 10:00:52 
2026        (r83434)
@@ -1 +1 @@
-a6c49b01fcb5aa29a371ae507f4298baba1fb7680033b2c7b2efd9a2e3d847afb1563220626eed0c4f107724eb659e3c683dd9099ea66dff5fdfde9537119242
+8bd3f34a422a7d2a82d8d811982c537ac5b76da002be17e93bd4b6ea5a288fe37020fe9dd1cf2c604d1c26f91820da5c880bdc351540a8bcf588ccc256cba5d2

Modified: dev/ant/source/apache-ant-1.10.16-src.tar.xz
==============================================================================
Binary file (source and/or target). No diff available.

Modified: dev/ant/source/apache-ant-1.10.16-src.tar.xz.asc
==============================================================================
--- dev/ant/source/apache-ant-1.10.16-src.tar.xz.asc    Sun Mar 29 10:00:22 
2026        (r83433)
+++ dev/ant/source/apache-ant-1.10.16-src.tar.xz.asc    Sun Mar 29 10:00:52 
2026        (r83434)
@@ -1,7 +1,7 @@
 -----BEGIN PGP SIGNATURE-----
 
-iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCaYivLwAKCRBDLcl+e3Pw
-trerAQCoHFShOKDhFFMpNX5JWWL1C0tCle0UlzXHKLHxsnLgOgEA7fdTCbx2vLys
-SJA4VUfth8yA3YticwX/L9MqNOK/lAg=
-=aahZ
+iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCacj3GgAKCRBDLcl+e3Pw
+tu/AAQDlVOssL6Xf6jJWUlqlkH1+oRa/pXcp0RvrOpv1LA9AUQEAsi77ecnCyoII
+0dV+ZetJnh8/pza9gfDtpAk8ZJUbMgU=
+=gya4
 -----END PGP SIGNATURE-----

Modified: dev/ant/source/apache-ant-1.10.16-src.tar.xz.sha512
==============================================================================
--- dev/ant/source/apache-ant-1.10.16-src.tar.xz.sha512 Sun Mar 29 10:00:22 
2026        (r83433)
+++ dev/ant/source/apache-ant-1.10.16-src.tar.xz.sha512 Sun Mar 29 10:00:52 
2026        (r83434)
@@ -1 +1 @@
-e8fea64de08f8ee5c27f48bf7a7f2c7dcb85cca7548a8668fccac9a3026f44c8cceb9c81feab0693520b4c4e4db0121a66c74283d92693bd7df2770c9ee826f3
+5977b356f807ff81008dac9e837fc92fde1355bb2a92ca7eddfe5287337c4636711a538763606794b7441c865841a77ecce1aea76555907782737a30a5fd97ef

Modified: dev/ant/source/apache-ant-1.10.16-src.zip
==============================================================================
Binary file (source and/or target). No diff available.

Modified: dev/ant/source/apache-ant-1.10.16-src.zip.asc
==============================================================================
--- dev/ant/source/apache-ant-1.10.16-src.zip.asc       Sun Mar 29 10:00:22 
2026        (r83433)
+++ dev/ant/source/apache-ant-1.10.16-src.zip.asc       Sun Mar 29 10:00:52 
2026        (r83434)
@@ -1,7 +1,7 @@
 -----BEGIN PGP SIGNATURE-----
 
-iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCaYivLQAKCRBDLcl+e3Pw
-tiAbAQDpkZUQDfuFWSCKyY4J6IUHnJPCu1qHGS5mE5qZ83YfQwD9FKbiQewvjrqL
-mOEhcKDaDfs5QVUmtY7jEuaCedxR7ws=
-=QGHh
+iHUEABYKAB0WIQS+1ZfvxL85nTKD9pdDLcl+e3PwtgUCacj3FwAKCRBDLcl+e3Pw
+tukrAP9VRhpu78eZ/E0ZncoyejAfkaMJ+ZRQhqYSrFrCvz/AJwEArp1c5gcoKAff
+eVFmoFlUtZSo5uhPJmBDkn9VErZp3Q0=
+=Tom7
 -----END PGP SIGNATURE-----

Modified: dev/ant/source/apache-ant-1.10.16-src.zip.sha512
==============================================================================
--- dev/ant/source/apache-ant-1.10.16-src.zip.sha512    Sun Mar 29 10:00:22 
2026        (r83433)
+++ dev/ant/source/apache-ant-1.10.16-src.zip.sha512    Sun Mar 29 10:00:52 
2026        (r83434)
@@ -1 +1 @@
-cad86eef4ad494e3f8f5d19f2bc84baeec34108c7409aa086be5071a97af422f7cc1571c58d8032bee7d17c5e33d68fdd4b2d3afb327761d6528668abaaf2194
+528151aa29f2e7f9608b392380bccb1a38826280cf8e016b716d293e182e7aaa3ded59858af049764d3c49058914a74b2e54f419fd6aa8c1ee54f7364a208311

Reply via email to