You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2016/04/09 11:51:40 UTC

svn commit: r13103 - in /dev/ant: ./ binaries/ manual/ source/

Author: bodewig
Date: Sat Apr  9 09:51:40 2016
New Revision: 13103

Log:
RC1 of Ant 1.9.7

Added:
    dev/ant/README.html
      - copied, changed from r13100, release/ant/README.html
    dev/ant/RELEASE-NOTES-1.9.7.html
      - copied, changed from r13100, release/ant/RELEASE-NOTES-1.9.6.html
    dev/ant/binaries/apache-ant-1.9.7-bin.tar.bz2   (with props)
    dev/ant/binaries/apache-ant-1.9.7-bin.tar.bz2.asc
    dev/ant/binaries/apache-ant-1.9.7-bin.tar.bz2.md5
    dev/ant/binaries/apache-ant-1.9.7-bin.tar.bz2.sha1
    dev/ant/binaries/apache-ant-1.9.7-bin.tar.bz2.sha512
    dev/ant/binaries/apache-ant-1.9.7-bin.tar.gz   (with props)
    dev/ant/binaries/apache-ant-1.9.7-bin.tar.gz.asc
    dev/ant/binaries/apache-ant-1.9.7-bin.tar.gz.md5
    dev/ant/binaries/apache-ant-1.9.7-bin.tar.gz.sha1
    dev/ant/binaries/apache-ant-1.9.7-bin.tar.gz.sha512
    dev/ant/binaries/apache-ant-1.9.7-bin.zip   (with props)
    dev/ant/binaries/apache-ant-1.9.7-bin.zip.asc
    dev/ant/binaries/apache-ant-1.9.7-bin.zip.md5
    dev/ant/binaries/apache-ant-1.9.7-bin.zip.sha1
    dev/ant/binaries/apache-ant-1.9.7-bin.zip.sha512
    dev/ant/manual/apache-ant-1.9.7-manual.tar.bz2   (with props)
    dev/ant/manual/apache-ant-1.9.7-manual.tar.bz2.asc
    dev/ant/manual/apache-ant-1.9.7-manual.tar.bz2.md5
    dev/ant/manual/apache-ant-1.9.7-manual.tar.bz2.sha1
    dev/ant/manual/apache-ant-1.9.7-manual.tar.bz2.sha512
    dev/ant/manual/apache-ant-1.9.7-manual.tar.gz   (with props)
    dev/ant/manual/apache-ant-1.9.7-manual.tar.gz.asc
    dev/ant/manual/apache-ant-1.9.7-manual.tar.gz.md5
    dev/ant/manual/apache-ant-1.9.7-manual.tar.gz.sha1
    dev/ant/manual/apache-ant-1.9.7-manual.tar.gz.sha512
    dev/ant/manual/apache-ant-1.9.7-manual.zip   (with props)
    dev/ant/manual/apache-ant-1.9.7-manual.zip.asc
    dev/ant/manual/apache-ant-1.9.7-manual.zip.md5
    dev/ant/manual/apache-ant-1.9.7-manual.zip.sha1
    dev/ant/manual/apache-ant-1.9.7-manual.zip.sha512
    dev/ant/source/apache-ant-1.9.7-src.tar.bz2   (with props)
    dev/ant/source/apache-ant-1.9.7-src.tar.bz2.asc
    dev/ant/source/apache-ant-1.9.7-src.tar.bz2.md5
    dev/ant/source/apache-ant-1.9.7-src.tar.bz2.sha1
    dev/ant/source/apache-ant-1.9.7-src.tar.bz2.sha512
    dev/ant/source/apache-ant-1.9.7-src.tar.gz   (with props)
    dev/ant/source/apache-ant-1.9.7-src.tar.gz.asc
    dev/ant/source/apache-ant-1.9.7-src.tar.gz.md5
    dev/ant/source/apache-ant-1.9.7-src.tar.gz.sha1
    dev/ant/source/apache-ant-1.9.7-src.tar.gz.sha512
    dev/ant/source/apache-ant-1.9.7-src.zip   (with props)
    dev/ant/source/apache-ant-1.9.7-src.zip.asc
    dev/ant/source/apache-ant-1.9.7-src.zip.md5
    dev/ant/source/apache-ant-1.9.7-src.zip.sha1
    dev/ant/source/apache-ant-1.9.7-src.zip.sha512

Copied: dev/ant/README.html (from r13100, release/ant/README.html)
==============================================================================
--- release/ant/README.html (original)
+++ dev/ant/README.html Sat Apr  9 09:51:40 2016
@@ -1,21 +1,90 @@
 <html>
   <head><title>Release Notes of Apache Ant 1.9.6</title>
   <body><pre>
-Changes from Ant 1.9.5 TO Ant 1.9.6
+Changes from Ant 1.9.6 TO Ant 1.9.7
 ===================================
 
 Changes that could break older environments:
 -------------------------------------------
 
+ * &lt;exec> and &lt;apply> used to ignore the dir attribute if it was the
+   same as the current working directory.  They now no longer do,
+   which changes the behavior for vmlauncher="false" which would have
+   used the project's basedir rather than the current working
+   directory in that case.
+   Bugzilla Report 58555
+
 Fixed bugs:
 -----------
 
- * ArrayIndexOutOfBoundsException when ZIP extra fields are read and
-   the entry contains an UnparseableExtraField.
-   https://issues.apache.org/jira/browse/COMPRESS-317
+ * ZipOutputStream could cause an ArrayIndexOutOfBoundsException when
+   adding entries with comments.  This never happens when using Ant as
+   a build tool but may affect users using Ant's zip package as a
+   library.
+
+ * &lt;gunzip> and &lt;bunzip2> didn't work for non-filesystem resources.
+
+ * &lt;jar> ignored the zip64Mode attribute when creating manifest-only
+   jars.  This resulted in jar files that couldn't be read by Java5.
+   Bugzilla Report 58428
+
+ * &lt;untar> will now detect GNU tar longname/link records even if they
+   don't use the names used by GNU tar itself.  star is known to
+   create archives of that kind.
+   https://issues.apache.org/jira/browse/COMPRESS-324
+
+ * &lt;script> could fail to find javax.script on JDK9 with Jigsaw.
+   Bugzilla Report 58271
+
+ * &lt;import> sometimes failed to normalize file names which could lead
+   to files getting imported twice which in turn could lead to targets
+   getting executed twice.
+   Bugzilla Report 58886
+
+ * TarInputStream now properly extraxt directory entries with a
+   non-zero size.
+
+ * &lt;union> would drop file resources pointing to the same file but
+   using different names.
+   Bugzilla Report 57965
+
+ * &lt;replace>'s result was undefined when using the replacefilterfile
+   attribute and some keys inside the properties files have been
+   substrings of other keys. Keys are now sorted by descending size.
+   Bugzilla Report 58997
+
+ * Ant fails to run when arguments contain double-quote character.
+   Bugzilla Report 58898
+
+ * Ant fails to run if ANT_HOME contains a double-quote character.
+   Bugzilla Report 58874
+
+ * Definer's way to parse URLs from classloader breaks with
+   recent Java 9 builds (b108).
+   Bugzilla Report 59130
+
+ * &lt;ant> and &lt;antcall> now preserve the ext status set by an &lt;exit>
+   task.
+   Bugzilla Report 59228
 
 Other changes:
 --------------
- * Hidden &lt;javaconstant> resource is published now. It reads the
-   value of a specified java constant.
+
+ * &lt;scp> now supports (filesystem-only) resource collections in
+   addition to filesets.
+   Bugzilla Report 50769
+
+ * The &lt;http> condition has a new optional attribute followRedirects.
+   Bugzilla Report 58840
+
+ * &lt;java> now supports Java9 modules.
+   https://github.com/apache/ant/pull/15
+
+ * &lt;javac> now supports Java9 modules.
+   https://github.com/apache/ant/pull/16
+
+ * &lt;sshexec> and &lt;scp> have two new attributes serverAliveInterval and
+   serverAliveCountMax that can be used to keep a intermediaries from
+   closing idle connections.
+   Bugzilla Report 59162
 </pre></body></html>

Copied: dev/ant/RELEASE-NOTES-1.9.7.html (from r13100, release/ant/RELEASE-NOTES-1.9.6.html)
==============================================================================
--- release/ant/RELEASE-NOTES-1.9.6.html (original)
+++ dev/ant/RELEASE-NOTES-1.9.7.html Sat Apr  9 09:51:40 2016
@@ -1,21 +1,90 @@
 <html>
-  <head><title>Release Notes of Apache Ant 1.9.6</title>
+  <head><title>Release Notes of Apache Ant 1.9.7</title>
   <body><pre>
-Changes from Ant 1.9.5 TO Ant 1.9.6
+Changes from Ant 1.9.6 TO Ant 1.9.7
 ===================================
 
 Changes that could break older environments:
 -------------------------------------------
 
+ * &lt;exec> and &lt;apply> used to ignore the dir attribute if it was the
+   same as the current working directory.  They now no longer do,
+   which changes the behavior for vmlauncher="false" which would have
+   used the project's basedir rather than the current working
+   directory in that case.
+   Bugzilla Report 58555
+
 Fixed bugs:
 -----------
 
- * ArrayIndexOutOfBoundsException when ZIP extra fields are read and
-   the entry contains an UnparseableExtraField.
-   https://issues.apache.org/jira/browse/COMPRESS-317
+ * ZipOutputStream could cause an ArrayIndexOutOfBoundsException when
+   adding entries with comments.  This never happens when using Ant as
+   a build tool but may affect users using Ant's zip package as a
+   library.
+
+ * &lt;gunzip> and &lt;bunzip2> didn't work for non-filesystem resources.
+
+ * &lt;jar> ignored the zip64Mode attribute when creating manifest-only
+   jars.  This resulted in jar files that couldn't be read by Java5.
+   Bugzilla Report 58428
+
+ * &lt;untar> will now detect GNU tar longname/link records even if they
+   don't use the names used by GNU tar itself.  star is known to
+   create archives of that kind.
+   https://issues.apache.org/jira/browse/COMPRESS-324
+
+ * &lt;script> could fail to find javax.script on JDK9 with Jigsaw.
+   Bugzilla Report 58271
+
+ * &lt;import> sometimes failed to normalize file names which could lead
+   to files getting imported twice which in turn could lead to targets
+   getting executed twice.
+   Bugzilla Report 58886
+
+ * TarInputStream now properly extraxt directory entries with a
+   non-zero size.
+
+ * &lt;union> would drop file resources pointing to the same file but
+   using different names.
+   Bugzilla Report 57965
+
+ * &lt;replace>'s result was undefined when using the replacefilterfile
+   attribute and some keys inside the properties files have been
+   substrings of other keys. Keys are now sorted by descending size.
+   Bugzilla Report 58997
+
+ * Ant fails to run when arguments contain double-quote character.
+   Bugzilla Report 58898
+
+ * Ant fails to run if ANT_HOME contains a double-quote character.
+   Bugzilla Report 58874
+
+ * Definer's way to parse URLs from classloader breaks with
+   recent Java 9 builds (b108).
+   Bugzilla Report 59130
+
+ * &lt;ant> and &lt;antcall> now preserve the ext status set by an &lt;exit>
+   task.
+   Bugzilla Report 59228
 
 Other changes:
 --------------
- * Hidden &lt;javaconstant> resource is published now. It reads the
-   value of a specified java constant.
+
+ * &lt;scp> now supports (filesystem-only) resource collections in
+   addition to filesets.
+   Bugzilla Report 50769
+
+ * The &lt;http> condition has a new optional attribute followRedirects.
+   Bugzilla Report 58840
+
+ * &lt;java> now supports Java9 modules.
+   https://github.com/apache/ant/pull/15
+
+ * &lt;javac> now supports Java9 modules.
+   https://github.com/apache/ant/pull/16
+
+ * &lt;sshexec> and &lt;scp> have two new attributes serverAliveInterval and
+   serverAliveCountMax that can be used to keep a intermediaries from
+   closing idle connections.
+   Bugzilla Report 59162
 </pre></body></html>

Added: dev/ant/binaries/apache-ant-1.9.7-bin.tar.bz2
==============================================================================
Binary file - no diff available.

Propchange: dev/ant/binaries/apache-ant-1.9.7-bin.tar.bz2
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/ant/binaries/apache-ant-1.9.7-bin.tar.bz2.asc
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.7-bin.tar.bz2.asc (added)
+++ dev/ant/binaries/apache-ant-1.9.7-bin.tar.bz2.asc Sat Apr  9 09:51:40 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAlcIppcACgkQohFa4V9ri3L51wCfSDNNyBT5b4VpnReEL2hUobgX
+t48An3wMfJEimIAuUM1nkx1xtAu4ucla
+=DbyU
+-----END PGP SIGNATURE-----

Added: dev/ant/binaries/apache-ant-1.9.7-bin.tar.bz2.md5
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.7-bin.tar.bz2.md5 (added)
+++ dev/ant/binaries/apache-ant-1.9.7-bin.tar.bz2.md5 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+99a86981333a0ff39bb56c963d1f492b

Added: dev/ant/binaries/apache-ant-1.9.7-bin.tar.bz2.sha1
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.7-bin.tar.bz2.sha1 (added)
+++ dev/ant/binaries/apache-ant-1.9.7-bin.tar.bz2.sha1 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+230c6a5c59dc08364f615deb240aa50c23ccfe2a

Added: dev/ant/binaries/apache-ant-1.9.7-bin.tar.bz2.sha512
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.7-bin.tar.bz2.sha512 (added)
+++ dev/ant/binaries/apache-ant-1.9.7-bin.tar.bz2.sha512 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+3954a6ad3f522c135f327ba0d376eb16ae42103849c8cc5cd6c8c6e87b8c5433c95a0f2d4dfa3e6c2705ee0b8996e5b27d0b2248f64a05fc8c902116cc45a7b2

Added: dev/ant/binaries/apache-ant-1.9.7-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/ant/binaries/apache-ant-1.9.7-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/ant/binaries/apache-ant-1.9.7-bin.tar.gz.asc
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.7-bin.tar.gz.asc (added)
+++ dev/ant/binaries/apache-ant-1.9.7-bin.tar.gz.asc Sat Apr  9 09:51:40 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAlcIpocACgkQohFa4V9ri3LE6wCbBPlt2jRv+d3+PLxfgwtGPjnQ
+pOUAoIYUbWyo7jTXfvYDSeDn3qIy9M7O
+=H2zt
+-----END PGP SIGNATURE-----

Added: dev/ant/binaries/apache-ant-1.9.7-bin.tar.gz.md5
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.7-bin.tar.gz.md5 (added)
+++ dev/ant/binaries/apache-ant-1.9.7-bin.tar.gz.md5 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+bc1d9e5fe73eee5c50b26ed411fb0119

Added: dev/ant/binaries/apache-ant-1.9.7-bin.tar.gz.sha1
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.7-bin.tar.gz.sha1 (added)
+++ dev/ant/binaries/apache-ant-1.9.7-bin.tar.gz.sha1 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+3914c3225d122720171ca89207e7a3624fd0c9d0

Added: dev/ant/binaries/apache-ant-1.9.7-bin.tar.gz.sha512
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.7-bin.tar.gz.sha512 (added)
+++ dev/ant/binaries/apache-ant-1.9.7-bin.tar.gz.sha512 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+85d35441a3ecb1eb5c87b112ee9f3a8accbb16a1b9e249f706f0253566fcda7952f5a9cc08bd8c829b1c93d40ae452e1b1c9e29523a51a3c8a5032fa9c22e135

Added: dev/ant/binaries/apache-ant-1.9.7-bin.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/ant/binaries/apache-ant-1.9.7-bin.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/ant/binaries/apache-ant-1.9.7-bin.zip.asc
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.7-bin.zip.asc (added)
+++ dev/ant/binaries/apache-ant-1.9.7-bin.zip.asc Sat Apr  9 09:51:40 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAlcIpnQACgkQohFa4V9ri3LRAQCgoGsp/0pBl3wiOXM0KKIGWc6x
+ecAAnA42PUYr7eE00hBrwMWFuE5OZhQC
+=FgVd
+-----END PGP SIGNATURE-----

Added: dev/ant/binaries/apache-ant-1.9.7-bin.zip.md5
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.7-bin.zip.md5 (added)
+++ dev/ant/binaries/apache-ant-1.9.7-bin.zip.md5 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+48662e4d37b28dab1937f3745ca0da8b

Added: dev/ant/binaries/apache-ant-1.9.7-bin.zip.sha1
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.7-bin.zip.sha1 (added)
+++ dev/ant/binaries/apache-ant-1.9.7-bin.zip.sha1 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+f6d3f9aa55661a5cb2dff3f1933ca9a59910206c

Added: dev/ant/binaries/apache-ant-1.9.7-bin.zip.sha512
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.7-bin.zip.sha512 (added)
+++ dev/ant/binaries/apache-ant-1.9.7-bin.zip.sha512 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+28c89951fa4752b7f0c0126fb6d6fffb9d7cc63cde822f2b8adafa45e96abaf1ff153ffe49be68f9235b8419a1d2fea468dadc19c331cdd4bdbf44354a3ef48a

Added: dev/ant/manual/apache-ant-1.9.7-manual.tar.bz2
==============================================================================
Binary file - no diff available.

Propchange: dev/ant/manual/apache-ant-1.9.7-manual.tar.bz2
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/ant/manual/apache-ant-1.9.7-manual.tar.bz2.asc
==============================================================================
--- dev/ant/manual/apache-ant-1.9.7-manual.tar.bz2.asc (added)
+++ dev/ant/manual/apache-ant-1.9.7-manual.tar.bz2.asc Sat Apr  9 09:51:40 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAlcIpp0ACgkQohFa4V9ri3Lo6gCg4Iup37Nb7ErRn0sS96XVXsjN
+pC4AniJZSb+c+wduzve0kofFdQ3+IoKs
+=WVSc
+-----END PGP SIGNATURE-----

Added: dev/ant/manual/apache-ant-1.9.7-manual.tar.bz2.md5
==============================================================================
--- dev/ant/manual/apache-ant-1.9.7-manual.tar.bz2.md5 (added)
+++ dev/ant/manual/apache-ant-1.9.7-manual.tar.bz2.md5 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+c67959ee58dde5466c4ba1723d3a1c19

Added: dev/ant/manual/apache-ant-1.9.7-manual.tar.bz2.sha1
==============================================================================
--- dev/ant/manual/apache-ant-1.9.7-manual.tar.bz2.sha1 (added)
+++ dev/ant/manual/apache-ant-1.9.7-manual.tar.bz2.sha1 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+0fb79dda7c4fb62933b4f3f53d0fa5be4cd742f5

Added: dev/ant/manual/apache-ant-1.9.7-manual.tar.bz2.sha512
==============================================================================
--- dev/ant/manual/apache-ant-1.9.7-manual.tar.bz2.sha512 (added)
+++ dev/ant/manual/apache-ant-1.9.7-manual.tar.bz2.sha512 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+767dc683633ee60de66827f918847f61bedd22b6beed5f415d8dad79b6fe88afef1713062bed8dce9a6c7986a84ba3bf4256e55d1f39295fe1a8273fc34c4322

Added: dev/ant/manual/apache-ant-1.9.7-manual.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/ant/manual/apache-ant-1.9.7-manual.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/ant/manual/apache-ant-1.9.7-manual.tar.gz.asc
==============================================================================
--- dev/ant/manual/apache-ant-1.9.7-manual.tar.gz.asc (added)
+++ dev/ant/manual/apache-ant-1.9.7-manual.tar.gz.asc Sat Apr  9 09:51:40 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAlcIpowACgkQohFa4V9ri3K4VACfXmyqxzitQc6m7ZaybMM16a24
+BzoAoIFGtA2jIQuaP/rDousibgYp6Wpb
+=oMqF
+-----END PGP SIGNATURE-----

Added: dev/ant/manual/apache-ant-1.9.7-manual.tar.gz.md5
==============================================================================
--- dev/ant/manual/apache-ant-1.9.7-manual.tar.gz.md5 (added)
+++ dev/ant/manual/apache-ant-1.9.7-manual.tar.gz.md5 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+cd0df910aa2defacf7bf23019e658360

Added: dev/ant/manual/apache-ant-1.9.7-manual.tar.gz.sha1
==============================================================================
--- dev/ant/manual/apache-ant-1.9.7-manual.tar.gz.sha1 (added)
+++ dev/ant/manual/apache-ant-1.9.7-manual.tar.gz.sha1 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+75d5e46ecee1f335c62560fd4a7daceac611c86d

Added: dev/ant/manual/apache-ant-1.9.7-manual.tar.gz.sha512
==============================================================================
--- dev/ant/manual/apache-ant-1.9.7-manual.tar.gz.sha512 (added)
+++ dev/ant/manual/apache-ant-1.9.7-manual.tar.gz.sha512 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+4835b7a72dfdcfa9bd669b9ea4e8a3082c9c83825b552daef999c1f58c0fd588916a50d3345fe68dfaee132e23dcb49d9e69fb62998f9ad7a52c374e43072d5b

Added: dev/ant/manual/apache-ant-1.9.7-manual.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/ant/manual/apache-ant-1.9.7-manual.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/ant/manual/apache-ant-1.9.7-manual.zip.asc
==============================================================================
--- dev/ant/manual/apache-ant-1.9.7-manual.zip.asc (added)
+++ dev/ant/manual/apache-ant-1.9.7-manual.zip.asc Sat Apr  9 09:51:40 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAlcIpnoACgkQohFa4V9ri3ICHQCZAcDa+9z4oKTp357iFwb2xjn5
+qVUAoLIl41Zf6HvSUhsFu5FEjeqbg5gM
+=vH4c
+-----END PGP SIGNATURE-----

Added: dev/ant/manual/apache-ant-1.9.7-manual.zip.md5
==============================================================================
--- dev/ant/manual/apache-ant-1.9.7-manual.zip.md5 (added)
+++ dev/ant/manual/apache-ant-1.9.7-manual.zip.md5 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+8a827c2afa63a9b1be404a7a501d46a2

Added: dev/ant/manual/apache-ant-1.9.7-manual.zip.sha1
==============================================================================
--- dev/ant/manual/apache-ant-1.9.7-manual.zip.sha1 (added)
+++ dev/ant/manual/apache-ant-1.9.7-manual.zip.sha1 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+833be2d56d999fef656105d76ae3d831478f754e

Added: dev/ant/manual/apache-ant-1.9.7-manual.zip.sha512
==============================================================================
--- dev/ant/manual/apache-ant-1.9.7-manual.zip.sha512 (added)
+++ dev/ant/manual/apache-ant-1.9.7-manual.zip.sha512 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+552eed0effdc42b2d8efbc4e88031bc457e3fc7ec8aa15327755477de2b63ffcdf366aa76e7fff07276e2a21e93974accac60458b4fd6272e89588a589f28f0a

Added: dev/ant/source/apache-ant-1.9.7-src.tar.bz2
==============================================================================
Binary file - no diff available.

Propchange: dev/ant/source/apache-ant-1.9.7-src.tar.bz2
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/ant/source/apache-ant-1.9.7-src.tar.bz2.asc
==============================================================================
--- dev/ant/source/apache-ant-1.9.7-src.tar.bz2.asc (added)
+++ dev/ant/source/apache-ant-1.9.7-src.tar.bz2.asc Sat Apr  9 09:51:40 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAlcIpqQACgkQohFa4V9ri3Ji+QCgttBLAqGPW2+UT8TQestTqVmZ
+81UAoIA77QGCnKVeYFoD6i/uGiOwSQ5b
+=5JiN
+-----END PGP SIGNATURE-----

Added: dev/ant/source/apache-ant-1.9.7-src.tar.bz2.md5
==============================================================================
--- dev/ant/source/apache-ant-1.9.7-src.tar.bz2.md5 (added)
+++ dev/ant/source/apache-ant-1.9.7-src.tar.bz2.md5 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+6413ed1cee16372d0fa215ffacca48b7

Added: dev/ant/source/apache-ant-1.9.7-src.tar.bz2.sha1
==============================================================================
--- dev/ant/source/apache-ant-1.9.7-src.tar.bz2.sha1 (added)
+++ dev/ant/source/apache-ant-1.9.7-src.tar.bz2.sha1 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+5f0d4f059cf7dc2620cde59e9c209663e99cad54

Added: dev/ant/source/apache-ant-1.9.7-src.tar.bz2.sha512
==============================================================================
--- dev/ant/source/apache-ant-1.9.7-src.tar.bz2.sha512 (added)
+++ dev/ant/source/apache-ant-1.9.7-src.tar.bz2.sha512 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+5a557e06b71c69ca61bbb4d2709edb41405cb22258a158f5645cf43b1087a692a0cc9829e356238c660ed9cd917ce3ce6d8accb1775b1642545c932a49676459

Added: dev/ant/source/apache-ant-1.9.7-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/ant/source/apache-ant-1.9.7-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/ant/source/apache-ant-1.9.7-src.tar.gz.asc
==============================================================================
--- dev/ant/source/apache-ant-1.9.7-src.tar.gz.asc (added)
+++ dev/ant/source/apache-ant-1.9.7-src.tar.gz.asc Sat Apr  9 09:51:40 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAlcIppIACgkQohFa4V9ri3LfmwCfSS7ajGR8WYdx/Aw9MC8mp0rM
+nqkAn1Qfbs0c/TUGDXp8F+7Obp8oCHpw
+=iXNw
+-----END PGP SIGNATURE-----

Added: dev/ant/source/apache-ant-1.9.7-src.tar.gz.md5
==============================================================================
--- dev/ant/source/apache-ant-1.9.7-src.tar.gz.md5 (added)
+++ dev/ant/source/apache-ant-1.9.7-src.tar.gz.md5 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+a2fd9458c76700b7be51ef12f07d4bb1

Added: dev/ant/source/apache-ant-1.9.7-src.tar.gz.sha1
==============================================================================
--- dev/ant/source/apache-ant-1.9.7-src.tar.gz.sha1 (added)
+++ dev/ant/source/apache-ant-1.9.7-src.tar.gz.sha1 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+342838e822d79322637e51c46ee28bfb4e089617

Added: dev/ant/source/apache-ant-1.9.7-src.tar.gz.sha512
==============================================================================
--- dev/ant/source/apache-ant-1.9.7-src.tar.gz.sha512 (added)
+++ dev/ant/source/apache-ant-1.9.7-src.tar.gz.sha512 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+0c3f5fe658d33150043a795d6b67bdb729083a58d6ff812c4f12dd105b2483adf960a53b16e41e1a3ad00c2b9a610e51b0b4afc9fdf954b3f03af0dd38d9f3c6

Added: dev/ant/source/apache-ant-1.9.7-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/ant/source/apache-ant-1.9.7-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/ant/source/apache-ant-1.9.7-src.zip.asc
==============================================================================
--- dev/ant/source/apache-ant-1.9.7-src.zip.asc (added)
+++ dev/ant/source/apache-ant-1.9.7-src.zip.asc Sat Apr  9 09:51:40 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAlcIpoEACgkQohFa4V9ri3K1fACfTKWvln4ocoHpUNXr5xNVm8rq
+UrEAniyf50tET8eutsfCDQIlabQm5ffb
+=NhKf
+-----END PGP SIGNATURE-----

Added: dev/ant/source/apache-ant-1.9.7-src.zip.md5
==============================================================================
--- dev/ant/source/apache-ant-1.9.7-src.zip.md5 (added)
+++ dev/ant/source/apache-ant-1.9.7-src.zip.md5 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+7fcef80f8485a71320d5f278236ff343

Added: dev/ant/source/apache-ant-1.9.7-src.zip.sha1
==============================================================================
--- dev/ant/source/apache-ant-1.9.7-src.zip.sha1 (added)
+++ dev/ant/source/apache-ant-1.9.7-src.zip.sha1 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+b67aad4b97bb83eb4ad8cce5e6b1efa7e2e7cc1a

Added: dev/ant/source/apache-ant-1.9.7-src.zip.sha512
==============================================================================
--- dev/ant/source/apache-ant-1.9.7-src.zip.sha512 (added)
+++ dev/ant/source/apache-ant-1.9.7-src.zip.sha512 Sat Apr  9 09:51:40 2016
@@ -0,0 +1 @@
+88950bb648fe5f437176c655d4668c49a903bf62226e57bac53e005dcfee92c20e54ec54dd48e2cfb910076dd2f5c125116e844d699089a11c72fccda98e1108