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 2015/05/31 16:29:43 UTC

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

Author: bodewig
Date: Sun May 31 14:29:43 2015
New Revision: 9181

Log:
RC1 of Ant 1.9.5

Added:
    dev/ant/RELEASE-NOTES-1.9.5.html   (with props)
    dev/ant/binaries/apache-ant-1.9.5-bin.tar.bz2   (with props)
    dev/ant/binaries/apache-ant-1.9.5-bin.tar.bz2.asc
    dev/ant/binaries/apache-ant-1.9.5-bin.tar.bz2.md5
    dev/ant/binaries/apache-ant-1.9.5-bin.tar.bz2.sha1
    dev/ant/binaries/apache-ant-1.9.5-bin.tar.bz2.sha512
    dev/ant/binaries/apache-ant-1.9.5-bin.tar.gz   (with props)
    dev/ant/binaries/apache-ant-1.9.5-bin.tar.gz.asc
    dev/ant/binaries/apache-ant-1.9.5-bin.tar.gz.md5
    dev/ant/binaries/apache-ant-1.9.5-bin.tar.gz.sha1
    dev/ant/binaries/apache-ant-1.9.5-bin.tar.gz.sha512
    dev/ant/binaries/apache-ant-1.9.5-bin.zip   (with props)
    dev/ant/binaries/apache-ant-1.9.5-bin.zip.asc
    dev/ant/binaries/apache-ant-1.9.5-bin.zip.md5
    dev/ant/binaries/apache-ant-1.9.5-bin.zip.sha1
    dev/ant/binaries/apache-ant-1.9.5-bin.zip.sha512
    dev/ant/manual/apache-ant-1.9.5-manual.tar.bz2   (with props)
    dev/ant/manual/apache-ant-1.9.5-manual.tar.bz2.asc
    dev/ant/manual/apache-ant-1.9.5-manual.tar.bz2.md5
    dev/ant/manual/apache-ant-1.9.5-manual.tar.bz2.sha1
    dev/ant/manual/apache-ant-1.9.5-manual.tar.bz2.sha512
    dev/ant/manual/apache-ant-1.9.5-manual.tar.gz   (with props)
    dev/ant/manual/apache-ant-1.9.5-manual.tar.gz.asc
    dev/ant/manual/apache-ant-1.9.5-manual.tar.gz.md5
    dev/ant/manual/apache-ant-1.9.5-manual.tar.gz.sha1
    dev/ant/manual/apache-ant-1.9.5-manual.tar.gz.sha512
    dev/ant/manual/apache-ant-1.9.5-manual.zip   (with props)
    dev/ant/manual/apache-ant-1.9.5-manual.zip.asc
    dev/ant/manual/apache-ant-1.9.5-manual.zip.md5
    dev/ant/manual/apache-ant-1.9.5-manual.zip.sha1
    dev/ant/manual/apache-ant-1.9.5-manual.zip.sha512
    dev/ant/source/apache-ant-1.9.5-src.tar.bz2   (with props)
    dev/ant/source/apache-ant-1.9.5-src.tar.bz2.asc
    dev/ant/source/apache-ant-1.9.5-src.tar.bz2.md5
    dev/ant/source/apache-ant-1.9.5-src.tar.bz2.sha1
    dev/ant/source/apache-ant-1.9.5-src.tar.bz2.sha512
    dev/ant/source/apache-ant-1.9.5-src.tar.gz   (with props)
    dev/ant/source/apache-ant-1.9.5-src.tar.gz.asc
    dev/ant/source/apache-ant-1.9.5-src.tar.gz.md5
    dev/ant/source/apache-ant-1.9.5-src.tar.gz.sha1
    dev/ant/source/apache-ant-1.9.5-src.tar.gz.sha512
    dev/ant/source/apache-ant-1.9.5-src.zip   (with props)
    dev/ant/source/apache-ant-1.9.5-src.zip.asc
    dev/ant/source/apache-ant-1.9.5-src.zip.md5
    dev/ant/source/apache-ant-1.9.5-src.zip.sha1
    dev/ant/source/apache-ant-1.9.5-src.zip.sha512
Modified:
    dev/ant/README.html

Modified: dev/ant/README.html
==============================================================================
--- dev/ant/README.html (original)
+++ dev/ant/README.html Sun May 31 14:29:43 2015
@@ -1,170 +1,139 @@
 <html>
-<head><title>Release Notes of Apache Ant 1.9.4</title></head>
-<body><pre>
-Changes from Ant 1.9.3 TO Ant 1.9.4
+  <head><title>Release Notes of Apache Ant 1.9.5</title>
+  <body><pre>
+Changes from Ant 1.9.4 TO Ant 1.9.5
 ===================================
 
 Changes that could break older environments:
 -------------------------------------------
 
- * the prefixValues attribute of &lt;property> didn't work as expected
-   when set to false (the default).
-   It is quite likely existing build files relied on the wrong
-   behavior and expect Ant to resolve the value side against the
-   properties defined in the property file itself - these build files
-   must now explicitly set the prefixValues attribute to true.
-   Bugzilla Report 54769
-
- * when matching an entry of a zip/tarfileset against a pattern a
-   leading slash will be stripped from the entry name.  Most archives
-   don't contain paths with leading slashes anyway.
-   This may cause include/exclude patterns that start with a / to stop
-   matching anything.  Such patterns only used to work by accident and
-   only on platforms with multiple file system roots.
-   Bugzilla Report 53949
-
- * DirectoryScanner and thus fileset/dirset will now silently drop all
-   filesystem objects that are neither files nor directories according
-   to java.io.File.  This prevents Ant from reading named pipes which
-   might lead to blocking or other undefined behavior.
-   Bugzilla Report 56149
-
- * BuildFileTest and BaseSelectorTest have both been deprecated in
-   favour of BuildFileRule and BaseSelectorRule respectively, and the
-   tests that previously extended these base tests have been converted to
-   JUnit 4 tests using the new "rule"s. Any external test that sub-classed
-   a test in the Ant workspace, rather than BuildFileTest, will need
-   changed to either use JUnit4's annotations, or be modified to
-   extend BuildFileTest directly. This will not affect any tests that are
-   being executed by Ant's junit or batchtest tasks that are not specifically
-   testing Ant's code.
+ * The ReplaceTokens filter can now use token-separators longer than
+   one character.  This means it can be used to replace mustache-style
+   {{patterns}} and similar templates.  This is going to break code
+   that invokes the setters on ReplaceTokens via the Java API as their
+   parameters have been changed from char to String.  It may also
+   break build files that specified multi character tokens and relied
+   on Ant silently ignoring all but the first character.
+   Bugzilla Report 56584
+
+ * The changes that added &lt;get>'s support for gzip encoding
+   automatically uncompressed content that would not have been touched
+   before - like when downloading .tar.gz files.  A new flag has been
+   added to control the behavior and its default will make &lt;get> work
+   as it did in 1.9.3.  I.e. if you want it to work like 1.9.4
+   you have to explicitly set tryGzipEncoding to true.
+   Bugzilla Report 57048
 
 Fixed bugs:
 -----------
 
- * &lt;import>/&lt;include> failed when the importing file was loaded from an
-   URI or a jar and it imported a file from the local file system via
-   an absolute path.
-   Bugzilla Report 50953
-
- * &lt;import> could import the same resource twice when imported via
-   different resource types.
-   Bugzilla Report 55097
-
- * several calls to File#mkdirs could fall victim to a race condition
-   where another thread already created the same directory.
-   Bugzilla Report 55290
-
- * &lt;manifestclasspath> created '/' rather than './' for the parent
-   directory of the given jarfile.
-   Bugzilla Report 55049
-
- * &lt;concat>'s fixlastline="true" didn't work when using certain filter
-   readers.
-   Bugzilla Report 54672
-
- * several places where resources are read from jars will now
-   explicitly disable caching to avoid problems with reloading jars.
-   Bugzilla Report 54473
-
- * AntClassloader will now ignore files that are part of the classpath
-   but not zip files when scanning for resources.  It used to throw an
-   exception.
-   Bugzilla Report 53964
-
- * &lt;javadoc> caused a NullPointerException when no destdir was set.
-   Bugzilla Report 55949
-
- * &lt;jar filesetmanifest="mergewithoutmain"> would still include the
-   Main section of the fileset manifests if there was no nested
-   manifest or manifest attribute.
-   Bugzilla Report 54171
-
- * reading of compiler args has become more defensive
-   Bugzilla Report 53754
-
- * &lt;copy> without force="true" would not only fail to overwrite a
-   read-only file as expected but also remove the existing file.
-   Bugzilla Report 53095
-
- * &lt;delete removeNotFollowedSymlinks="true"> would remove symbolic
-   links to not-included files.  It will still delete symlinks to
-   directories that would have been followed even if they are not
-   explicitly included.  exclude-Patterns can still be used to
-   preserve symbolic links.
-   Bugzilla Report 53959
-
- * Sometimes copy-operations using NIO FileChannels fail.  Ant will
-   now try to use a Stream based copy operation as fallback when the
-   Channel based copy fails.
-   Bugzilla Reports 53102 and 54397
-
- * Javadoc.postProcessGeneratedJavadocs() fails for Classes that
-   extend Javadoc
-   Bugzilla Report 56047
-
- * TarInputStream will now read archives created by tar
-   implementations that encode big numbers by not adding a trailing
-   NUL.
-
- * the isExists() method of URLResource returned false positives for
-   HTTP and FTP URLs.
+ * TarArchiveInputStream failed to read archives with empty gid/uid
+   fields.
+   Bugzilla Report 56641
+
+ * TarArchiveInputStream could throw IOException when reading PAX
+   headers from a "slow" InputStream.
+
+ * XMLJunitResultFormatter could throw NullPointerException if Java
+   cannot determine the local hostname.
+   Bugzilla Report 56593
+
+ * URLResource#getLastModified tried to access the connection to the
+   URL without making sure it was established, potentially leading to
+   a NullPointerException when using FTP.
+   Bugzilla Report 56873
+
+ * Long-Name and -link or PAX-header entries in TAR archives
+   always had the current time as last modfication time, creating
+   archives that are different at the byte level each time an
+   archive was built.
+
+ * runant.py should now work as well when the path of the Java executable
+   contains spaces.
+   github pull request #1
+
+ * &lt;junitreport> now supports nested &lt;classpath> and &lt;factory> elements.
+   Bugzilla Report 47002
+
+ * complete-ant-cmd.pl now also knows about the -file option.
+   Bugzilla Report 57371
+
+ * the br-replace template inside the XSLT stylesheets used by
+   &lt;junitreport> could cause stack overflows or out-of-memory errors
+   when applied to big outputs.
+   Bugzilla Report 57341
+
+ * removed spurious warning about unclosed ZipFiles when reading the
+   archive failed.
+   Port of https://issues.apache.org/jira/browse/COMPRESS-297
+
+ * FileUtils.rename which is used by several tasks can throw a
+   NullPointerException if the "normal" renameTo operation fails and
+   an exception occurs while rename falls back to copying and deleting
+   the file.
+   Bugzilla Report 57533
+
+ * complete-ant-cmd.pl would incorrectly suggest words from the build
+   file description.
+   Bugzilla Report 51931
+
+ * complete-ant-cmd.pl now also completes tasks without a description.
+   Bugzilla Report 57542
+
+ * LocalPropertyStack could run into ConcurrentModificationException
+   when tasks spawned new child threads that accessed the properties.
+   Bugzilla Report 55074
+
+ * TarEntry's constructor with a File and a String arg didn't
+   normalize the name.
+
+ * Between 1.8.4 and 1.9.0 TarInputStream started to parse file
+   names using the platform's default encoding rather than as ASCII.
+   This has been a breaking change that has never been marked as such
+   (in fact it went unnoticed).  In order to allow &lt;untar> and
+   &lt;tarfileset> to work on platforms who's encoding doesn't match the
+   encoding of file names inside the archive, both now support
+   encoding attributes.
+   The attribute has also been added to &lt;tar> for symmetry.
+   Bugzilla Report 57822
 
 Other changes:
 --------------
 
- * initial support for Java 1.9
-
- * &lt;sshexec> can optionally pass System.in to the remote process
-   Bugzilla Report 55393
-
- * &lt;sshexec> now supports capturing error output of the executed
-   process and setting a property from the return code.
-   Bugzilla Report 48478
-
- * &lt;javadoc> now has an option to fail if javadoc issues warnings.
-   Bugzilla Report 55015
-
- * &lt;sql> has a new outputencoding attribute.
-   Bugzilla Report 39541
-
- * changes to JUnitTestRunner and PlainJUnitResultFormatter to make
-   OutOfMemoryErrors less likely.
-   Bugzilla Report 45536
-
- * changes to DOMElementWriter to make OutOfMemoryErrors less likely.
-   Bugzilla Report 54147
-
- * &lt;redirector> has a new attribute binaryOutput that prevents Ant
-   from splitting the output into lines.  This prevents binary output
-   from being corrupted but may lead to error and normal output being
-   mixed up.
-   Bugzilla Report 55667
-   Bugzilla Report 56156
-
- * the nested &lt;message> elements of &lt;mail> now have an optional
-   inputEncoding attribute that can be used to specify the encoding of
-   files read that don't use the platform's default encoding.
-   Bugzilla Report 56258
-
- * The &lt;get> task now explicitly accepts and supports the gzip content encoding.
-   Bugzilla Report 49453
-
- * A new resourcecollection type &lt;multirootfileset> acts like a union
-   of &lt;fileset>s and &lt;dirset>s that share the same configuration but
-   have different base directories.
-   Bugzilla Report 48621
-
- * &lt;get> has a quiet attribute that makes the task log errors only
-   when enabled.
-   GitHub Pull Request #1
-
-* &lt;junit> has now a threads attribute allowing to run the tests in several threads.
-  Bugzilla Report 55925
-
-* addition of a new ProcessUtil class providing the process id of the current process
-
-* changes to allow to run the JUnit testcases of Ant in parallel,
-  by making them use unique temporary directories
-
+ * it is now possible to provide proxy configuration to signjar
+   when using the timestamped authority.
+   Bugzilla Report 56678
+
+ * complete-ant-cmd.pl now also analyzes the ANT_ARGS environment
+   variable.
+   Bugzilla Report 57371
+
+ * ported some of the write-optimization of Commons Compress 1.10 to
+   the ZIP package
+
+ * adapted unit tests to Java9 and added "javac1.9" as valid option
+   for javac's compiler attribute.
+
+ * performance improvements for &lt;intersect>
+   Bugzilla Report 57588
+
+ * MailLogger can now add CC and BCC addresses.
+   Bugzilla Report 57789.
+
+ * &lt;scp>'s buffer size has been increased from 1k to 100k to match
+   &lt;ftp> and &lt;get>.
+   github pull requests #8 and #9
+
+ * The tar package can now deal with group and user ids bigger than
+   0x80000000.
+   https://issues.apache.org/jira/browse/COMPRESS-314
+   https://issues.apache.org/jira/browse/COMPRESS-315
+
+ * &lt;scp> has new attributes fileMode and dirMode that control the
+   permissions on the remote side when sending data via SSH.
+   Bugzilla Report 43271.
+
+ * New &lt;allbutlast> and &lt;allbutfirst> resource collections can be used
+   to select all but a given subset of a resource collection.
+   Bugzilla Report 57834.
 </pre></body></html>

Added: dev/ant/RELEASE-NOTES-1.9.5.html
==============================================================================
--- dev/ant/RELEASE-NOTES-1.9.5.html (added)
+++ dev/ant/RELEASE-NOTES-1.9.5.html Sun May 31 14:29:43 2015
@@ -0,0 +1,139 @@
+<html>
+  <head><title>Release Notes of Apache Ant 1.9.5</title>
+  <body><pre>
+Changes from Ant 1.9.4 TO Ant 1.9.5
+===================================
+
+Changes that could break older environments:
+-------------------------------------------
+
+ * The ReplaceTokens filter can now use token-separators longer than
+   one character.  This means it can be used to replace mustache-style
+   {{patterns}} and similar templates.  This is going to break code
+   that invokes the setters on ReplaceTokens via the Java API as their
+   parameters have been changed from char to String.  It may also
+   break build files that specified multi character tokens and relied
+   on Ant silently ignoring all but the first character.
+   Bugzilla Report 56584
+
+ * The changes that added &lt;get>'s support for gzip encoding
+   automatically uncompressed content that would not have been touched
+   before - like when downloading .tar.gz files.  A new flag has been
+   added to control the behavior and its default will make &lt;get> work
+   as it did in 1.9.3.  I.e. if you want it to work like 1.9.4
+   you have to explicitly set tryGzipEncoding to true.
+   Bugzilla Report 57048
+
+Fixed bugs:
+-----------
+
+ * TarArchiveInputStream failed to read archives with empty gid/uid
+   fields.
+   Bugzilla Report 56641
+
+ * TarArchiveInputStream could throw IOException when reading PAX
+   headers from a "slow" InputStream.
+
+ * XMLJunitResultFormatter could throw NullPointerException if Java
+   cannot determine the local hostname.
+   Bugzilla Report 56593
+
+ * URLResource#getLastModified tried to access the connection to the
+   URL without making sure it was established, potentially leading to
+   a NullPointerException when using FTP.
+   Bugzilla Report 56873
+
+ * Long-Name and -link or PAX-header entries in TAR archives
+   always had the current time as last modfication time, creating
+   archives that are different at the byte level each time an
+   archive was built.
+
+ * runant.py should now work as well when the path of the Java executable
+   contains spaces.
+   github pull request #1
+
+ * &lt;junitreport> now supports nested &lt;classpath> and &lt;factory> elements.
+   Bugzilla Report 47002
+
+ * complete-ant-cmd.pl now also knows about the -file option.
+   Bugzilla Report 57371
+
+ * the br-replace template inside the XSLT stylesheets used by
+   &lt;junitreport> could cause stack overflows or out-of-memory errors
+   when applied to big outputs.
+   Bugzilla Report 57341
+
+ * removed spurious warning about unclosed ZipFiles when reading the
+   archive failed.
+   Port of https://issues.apache.org/jira/browse/COMPRESS-297
+
+ * FileUtils.rename which is used by several tasks can throw a
+   NullPointerException if the "normal" renameTo operation fails and
+   an exception occurs while rename falls back to copying and deleting
+   the file.
+   Bugzilla Report 57533
+
+ * complete-ant-cmd.pl would incorrectly suggest words from the build
+   file description.
+   Bugzilla Report 51931
+
+ * complete-ant-cmd.pl now also completes tasks without a description.
+   Bugzilla Report 57542
+
+ * LocalPropertyStack could run into ConcurrentModificationException
+   when tasks spawned new child threads that accessed the properties.
+   Bugzilla Report 55074
+
+ * TarEntry's constructor with a File and a String arg didn't
+   normalize the name.
+
+ * Between 1.8.4 and 1.9.0 TarInputStream started to parse file
+   names using the platform's default encoding rather than as ASCII.
+   This has been a breaking change that has never been marked as such
+   (in fact it went unnoticed).  In order to allow &lt;untar> and
+   &lt;tarfileset> to work on platforms who's encoding doesn't match the
+   encoding of file names inside the archive, both now support
+   encoding attributes.
+   The attribute has also been added to &lt;tar> for symmetry.
+   Bugzilla Report 57822
+
+Other changes:
+--------------
+
+ * it is now possible to provide proxy configuration to signjar
+   when using the timestamped authority.
+   Bugzilla Report 56678
+
+ * complete-ant-cmd.pl now also analyzes the ANT_ARGS environment
+   variable.
+   Bugzilla Report 57371
+
+ * ported some of the write-optimization of Commons Compress 1.10 to
+   the ZIP package
+
+ * adapted unit tests to Java9 and added "javac1.9" as valid option
+   for javac's compiler attribute.
+
+ * performance improvements for &lt;intersect>
+   Bugzilla Report 57588
+
+ * MailLogger can now add CC and BCC addresses.
+   Bugzilla Report 57789.
+
+ * &lt;scp>'s buffer size has been increased from 1k to 100k to match
+   &lt;ftp> and &lt;get>.
+   github pull requests #8 and #9
+
+ * The tar package can now deal with group and user ids bigger than
+   0x80000000.
+   https://issues.apache.org/jira/browse/COMPRESS-314
+   https://issues.apache.org/jira/browse/COMPRESS-315
+
+ * &lt;scp> has new attributes fileMode and dirMode that control the
+   permissions on the remote side when sending data via SSH.
+   Bugzilla Report 43271.
+
+ * New &lt;allbutlast> and &lt;allbutfirst> resource collections can be used
+   to select all but a given subset of a resource collection.
+   Bugzilla Report 57834.
+</pre></body></html>

Propchange: dev/ant/RELEASE-NOTES-1.9.5.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: dev/ant/binaries/apache-ant-1.9.5-bin.tar.bz2.asc
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.5-bin.tar.bz2.asc (added)
+++ dev/ant/binaries/apache-ant-1.9.5-bin.tar.bz2.asc Sun May 31 14:29:43 2015
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.49
+
+iEYEABECAAYFAlVrFQUACgkQohFa4V9ri3ITcQCfSVXrWGOkP7OVxgn63n4SHWHO
+GfwAmwZCFUNf9XGOFmXrMwsbPGJlyHgd
+=IKDc
+-----END PGP SIGNATURE-----

Added: dev/ant/binaries/apache-ant-1.9.5-bin.tar.bz2.md5
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.5-bin.tar.bz2.md5 (added)
+++ dev/ant/binaries/apache-ant-1.9.5-bin.tar.bz2.md5 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+e788e72e91f4d7d2f3f4007669455bef

Added: dev/ant/binaries/apache-ant-1.9.5-bin.tar.bz2.sha1
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.5-bin.tar.bz2.sha1 (added)
+++ dev/ant/binaries/apache-ant-1.9.5-bin.tar.bz2.sha1 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+b776cc60a861429c36fd3277741017653279b0be

Added: dev/ant/binaries/apache-ant-1.9.5-bin.tar.bz2.sha512
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.5-bin.tar.bz2.sha512 (added)
+++ dev/ant/binaries/apache-ant-1.9.5-bin.tar.bz2.sha512 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+ee9ec2b54a2287c1d3860edb1d5132d8f75044181971e76bb4d88bb9bdd9d6c50998d56735d4a67d4dde61f1ad6f5b90f9356bd5dc50d6eed9ce146ccd31b4c3

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

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

Added: dev/ant/binaries/apache-ant-1.9.5-bin.tar.gz.asc
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.5-bin.tar.gz.asc (added)
+++ dev/ant/binaries/apache-ant-1.9.5-bin.tar.gz.asc Sun May 31 14:29:43 2015
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.49
+
+iEYEABECAAYFAlVrFQUACgkQohFa4V9ri3JCfgCgsywU3CJKgOkeyUXxmL4UKjQW
+rTsAn1+p/XAbGM2EbxIxsj3vNtMzg+Kk
+=lPDV
+-----END PGP SIGNATURE-----

Added: dev/ant/binaries/apache-ant-1.9.5-bin.tar.gz.md5
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.5-bin.tar.gz.md5 (added)
+++ dev/ant/binaries/apache-ant-1.9.5-bin.tar.gz.md5 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+44122814846a6f4f59fcc9ea2b36b42e

Added: dev/ant/binaries/apache-ant-1.9.5-bin.tar.gz.sha1
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.5-bin.tar.gz.sha1 (added)
+++ dev/ant/binaries/apache-ant-1.9.5-bin.tar.gz.sha1 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+511783b475b6b656ac8d88e80ae4ef9c6d1e8f80

Added: dev/ant/binaries/apache-ant-1.9.5-bin.tar.gz.sha512
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.5-bin.tar.gz.sha512 (added)
+++ dev/ant/binaries/apache-ant-1.9.5-bin.tar.gz.sha512 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+9b1a648447952da6aa33f8d325796004daec2965fd8b304424c5e95c33ea38ed29bba13e8a3e2687e98add362f597b09af17fd8ed7d8d3f5e4218b215ad5f576

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

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

Added: dev/ant/binaries/apache-ant-1.9.5-bin.zip.asc
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.5-bin.zip.asc (added)
+++ dev/ant/binaries/apache-ant-1.9.5-bin.zip.asc Sun May 31 14:29:43 2015
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.49
+
+iEYEABECAAYFAlVrFQUACgkQohFa4V9ri3J8SwCdFgRYjxa9GmYNSHU+ShFSPUtj
+jmcAniHydu9Ex9WkvpjoqUOmiuWZdiRM
+=cnz2
+-----END PGP SIGNATURE-----

Added: dev/ant/binaries/apache-ant-1.9.5-bin.zip.md5
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.5-bin.zip.md5 (added)
+++ dev/ant/binaries/apache-ant-1.9.5-bin.zip.md5 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+a12331d16ba75edf64dbcb3232e5a41d

Added: dev/ant/binaries/apache-ant-1.9.5-bin.zip.sha1
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.5-bin.zip.sha1 (added)
+++ dev/ant/binaries/apache-ant-1.9.5-bin.zip.sha1 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+8c4193db6ac91c3f792a04715f8e9a82ef628daf

Added: dev/ant/binaries/apache-ant-1.9.5-bin.zip.sha512
==============================================================================
--- dev/ant/binaries/apache-ant-1.9.5-bin.zip.sha512 (added)
+++ dev/ant/binaries/apache-ant-1.9.5-bin.zip.sha512 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+0ce32c425048e3beedf7a1608f38927e605ef6082ce75adea328f39db4cbabdf572270668b13015f524ac2c892d6249e1979a3853f683e1f68ec4e923d4bd8cd

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

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

Added: dev/ant/manual/apache-ant-1.9.5-manual.tar.bz2.asc
==============================================================================
--- dev/ant/manual/apache-ant-1.9.5-manual.tar.bz2.asc (added)
+++ dev/ant/manual/apache-ant-1.9.5-manual.tar.bz2.asc Sun May 31 14:29:43 2015
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.49
+
+iEYEABECAAYFAlVrFQUACgkQohFa4V9ri3LiigCfcTBhAhIyNBygLmjNMzU7hKNT
+Nt4AoNfLo94og6Xfqsu0gazVus7qwBGr
+=B6wR
+-----END PGP SIGNATURE-----

Added: dev/ant/manual/apache-ant-1.9.5-manual.tar.bz2.md5
==============================================================================
--- dev/ant/manual/apache-ant-1.9.5-manual.tar.bz2.md5 (added)
+++ dev/ant/manual/apache-ant-1.9.5-manual.tar.bz2.md5 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+da02db5b658f9ceb309832a7b612eb1b

Added: dev/ant/manual/apache-ant-1.9.5-manual.tar.bz2.sha1
==============================================================================
--- dev/ant/manual/apache-ant-1.9.5-manual.tar.bz2.sha1 (added)
+++ dev/ant/manual/apache-ant-1.9.5-manual.tar.bz2.sha1 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+32b81f7679719c916838bdf553abf11893b10ee4

Added: dev/ant/manual/apache-ant-1.9.5-manual.tar.bz2.sha512
==============================================================================
--- dev/ant/manual/apache-ant-1.9.5-manual.tar.bz2.sha512 (added)
+++ dev/ant/manual/apache-ant-1.9.5-manual.tar.bz2.sha512 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+9df20fce2e8e5ed47e117adf469ccfee3cd0956247928368bc9ca57e046109731e4a278199a237f1a1ffbb4e116482301d351bd0b1ed4e0662f58093b67493d4

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

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

Added: dev/ant/manual/apache-ant-1.9.5-manual.tar.gz.asc
==============================================================================
--- dev/ant/manual/apache-ant-1.9.5-manual.tar.gz.asc (added)
+++ dev/ant/manual/apache-ant-1.9.5-manual.tar.gz.asc Sun May 31 14:29:43 2015
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.49
+
+iEYEABECAAYFAlVrFQUACgkQohFa4V9ri3II1ACeMKE4VJ8oUyM89/A9qsiqf2eq
+UGgAoJg2yEeRvc7ZkBvtFR0ZQ5tUuBBe
+=cBbf
+-----END PGP SIGNATURE-----

Added: dev/ant/manual/apache-ant-1.9.5-manual.tar.gz.md5
==============================================================================
--- dev/ant/manual/apache-ant-1.9.5-manual.tar.gz.md5 (added)
+++ dev/ant/manual/apache-ant-1.9.5-manual.tar.gz.md5 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+d228c3e8ed379fa2596e2d1f2e265cb9

Added: dev/ant/manual/apache-ant-1.9.5-manual.tar.gz.sha1
==============================================================================
--- dev/ant/manual/apache-ant-1.9.5-manual.tar.gz.sha1 (added)
+++ dev/ant/manual/apache-ant-1.9.5-manual.tar.gz.sha1 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+8d22c37d887faef945d66691c69246aa8852ff3a

Added: dev/ant/manual/apache-ant-1.9.5-manual.tar.gz.sha512
==============================================================================
--- dev/ant/manual/apache-ant-1.9.5-manual.tar.gz.sha512 (added)
+++ dev/ant/manual/apache-ant-1.9.5-manual.tar.gz.sha512 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+c878d6887228e2eafc2d5093b1c08b8a769ec98502c2ab77fb3ce582a764180e86d70c228ef48615eb0424d1f25d46c7ac1198d4f0c61298a88505b7e75b0082

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

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

Added: dev/ant/manual/apache-ant-1.9.5-manual.zip.asc
==============================================================================
--- dev/ant/manual/apache-ant-1.9.5-manual.zip.asc (added)
+++ dev/ant/manual/apache-ant-1.9.5-manual.zip.asc Sun May 31 14:29:43 2015
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.49
+
+iEYEABECAAYFAlVrFQUACgkQohFa4V9ri3IooQCfUQgbrJlMpw2nbEYMWp4Y3jAK
+CfsAn1IRgbS25Nv+q1BdmJvoB9qIMCsJ
+=xaXR
+-----END PGP SIGNATURE-----

Added: dev/ant/manual/apache-ant-1.9.5-manual.zip.md5
==============================================================================
--- dev/ant/manual/apache-ant-1.9.5-manual.zip.md5 (added)
+++ dev/ant/manual/apache-ant-1.9.5-manual.zip.md5 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+154138d26a355cf5a3b2b6a75a394909

Added: dev/ant/manual/apache-ant-1.9.5-manual.zip.sha1
==============================================================================
--- dev/ant/manual/apache-ant-1.9.5-manual.zip.sha1 (added)
+++ dev/ant/manual/apache-ant-1.9.5-manual.zip.sha1 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+7d00f1aace0a2f3e05b423307c9c244ec3d60916

Added: dev/ant/manual/apache-ant-1.9.5-manual.zip.sha512
==============================================================================
--- dev/ant/manual/apache-ant-1.9.5-manual.zip.sha512 (added)
+++ dev/ant/manual/apache-ant-1.9.5-manual.zip.sha512 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+7a35de390f4c62f3b17537b86f099fb5786ffdec2a95d6d22b0bde9d0298fc8a87321e2dfe63f8da8531fbc33de5b82d65eeab9169cca2576ae0aa3c8f8ac774

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

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

Added: dev/ant/source/apache-ant-1.9.5-src.tar.bz2.asc
==============================================================================
--- dev/ant/source/apache-ant-1.9.5-src.tar.bz2.asc (added)
+++ dev/ant/source/apache-ant-1.9.5-src.tar.bz2.asc Sun May 31 14:29:43 2015
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.49
+
+iEYEABECAAYFAlVrFQUACgkQohFa4V9ri3LLPACfTTsGJThYV/LzPfhILnfBdE+F
+8pgAnRAtAoZcGMWAgTTbFnhHB5wNU0wm
+=1uUY
+-----END PGP SIGNATURE-----

Added: dev/ant/source/apache-ant-1.9.5-src.tar.bz2.md5
==============================================================================
--- dev/ant/source/apache-ant-1.9.5-src.tar.bz2.md5 (added)
+++ dev/ant/source/apache-ant-1.9.5-src.tar.bz2.md5 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+1eddcf051c8a7010c46ca940c63d478d

Added: dev/ant/source/apache-ant-1.9.5-src.tar.bz2.sha1
==============================================================================
--- dev/ant/source/apache-ant-1.9.5-src.tar.bz2.sha1 (added)
+++ dev/ant/source/apache-ant-1.9.5-src.tar.bz2.sha1 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+f2f317501def4bf8cd5ec74b844c98160a7eccd6

Added: dev/ant/source/apache-ant-1.9.5-src.tar.bz2.sha512
==============================================================================
--- dev/ant/source/apache-ant-1.9.5-src.tar.bz2.sha512 (added)
+++ dev/ant/source/apache-ant-1.9.5-src.tar.bz2.sha512 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+b618804ce156cad97eafb16f29a2b51f4bb4f95ffbe7c30c3025a106042edba23578348aa1675a1cb73af805bf9de2cc47669566091e77d66e760a1b2ad26a90

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

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

Added: dev/ant/source/apache-ant-1.9.5-src.tar.gz.asc
==============================================================================
--- dev/ant/source/apache-ant-1.9.5-src.tar.gz.asc (added)
+++ dev/ant/source/apache-ant-1.9.5-src.tar.gz.asc Sun May 31 14:29:43 2015
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.49
+
+iEYEABECAAYFAlVrFQUACgkQohFa4V9ri3I6QgCfSXZ4glX03h+aMFZ2nyjE3iN+
+etUAnj31OOjNT9XoBWGi22KKrWY6jjPK
+=ABLl
+-----END PGP SIGNATURE-----

Added: dev/ant/source/apache-ant-1.9.5-src.tar.gz.md5
==============================================================================
--- dev/ant/source/apache-ant-1.9.5-src.tar.gz.md5 (added)
+++ dev/ant/source/apache-ant-1.9.5-src.tar.gz.md5 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+cbf547a22e481c2c2b53f9269ed8ce0b

Added: dev/ant/source/apache-ant-1.9.5-src.tar.gz.sha1
==============================================================================
--- dev/ant/source/apache-ant-1.9.5-src.tar.gz.sha1 (added)
+++ dev/ant/source/apache-ant-1.9.5-src.tar.gz.sha1 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+4006f3795600e50178b90afc3b6b55b4f049e8b0

Added: dev/ant/source/apache-ant-1.9.5-src.tar.gz.sha512
==============================================================================
--- dev/ant/source/apache-ant-1.9.5-src.tar.gz.sha512 (added)
+++ dev/ant/source/apache-ant-1.9.5-src.tar.gz.sha512 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+56ca3775e250177db866062dfee8e822e1854e50e5f59ca95f3686779f0bd7a43775c5b6235ab75a255f50a1281462293603a5d9803fce1838e85eda54a6ceb9

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

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

Added: dev/ant/source/apache-ant-1.9.5-src.zip.asc
==============================================================================
--- dev/ant/source/apache-ant-1.9.5-src.zip.asc (added)
+++ dev/ant/source/apache-ant-1.9.5-src.zip.asc Sun May 31 14:29:43 2015
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.49
+
+iEYEABECAAYFAlVrFQUACgkQohFa4V9ri3Jc6QCffWyxTDqC86AaTVahQLY8rNWp
+Eu8An0Fu58XvfizeUe6ppApJzDhsgTfQ
+=76QU
+-----END PGP SIGNATURE-----

Added: dev/ant/source/apache-ant-1.9.5-src.zip.md5
==============================================================================
--- dev/ant/source/apache-ant-1.9.5-src.zip.md5 (added)
+++ dev/ant/source/apache-ant-1.9.5-src.zip.md5 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+bbe63f51d53fb7b757afa432eb021da6

Added: dev/ant/source/apache-ant-1.9.5-src.zip.sha1
==============================================================================
--- dev/ant/source/apache-ant-1.9.5-src.zip.sha1 (added)
+++ dev/ant/source/apache-ant-1.9.5-src.zip.sha1 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+3e4f92877abf9f020dddead3cfeda2c038b7b7bc

Added: dev/ant/source/apache-ant-1.9.5-src.zip.sha512
==============================================================================
--- dev/ant/source/apache-ant-1.9.5-src.zip.sha512 (added)
+++ dev/ant/source/apache-ant-1.9.5-src.zip.sha512 Sun May 31 14:29:43 2015
@@ -0,0 +1 @@
+27d18288871c92527eaa13ae1dafc229ea026e86a420f025c1c1dc16cc0f8403472f287fbf58faf9356635835f1210e0cd9b5a3f30a433618ea47ae99cc19cb6