conor 2003/04/16 08:22:35
Modified: docs bindownload.html srcdownload.html xdocs bindownload.xml srcdownload.xml Log: Updated 1.5.3 download to remove spurious junit.jar Revision Changes Path 1.29 +15 -14 ant/docs/bindownload.html Index: bindownload.html =================================================================== RCS file: /home/cvs/ant/docs/bindownload.html,v retrieving revision 1.28 retrieving revision 1.29 diff -u -w -u -r1.28 -r1.29 --- bindownload.html 14 Apr 2003 14:30:10 -0000 1.28 +++ bindownload.html 16 Apr 2003 15:22:35 -0000 1.29 @@ -213,25 +213,26 @@ <a href="[preferred]/ant/README.html">release notes</a>. </p> <div class="warning"> <div class="label">Note</div> -<div class="content">Ant 1.5.3 has been released on 9-April-2003 and may not be available on all -mirrors for a few days +<div class="content">An updated version of Ant 1.5.3 has been released on 17-April-2003 and may not be available on all +mirrors for a few days. This updated version, apache-ant-1.5.3-1, is identical to the original 1.5.3 build apart from +the removal of a spurious junit.jar file. </div> </div> <ul> <li><code>.zip</code> archive: -<a href="[preferred]/ant/binaries/apache-ant-1.5.3-bin.zip">apache-ant-1.5.3-bin.zip</a> -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-bin.zip.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-bin.zip.md5">MD5</a>]</li> +<a href="[preferred]/ant/binaries/apache-ant-1.5.3-1-bin.zip">apache-ant-1.5.3-1-bin.zip</a> +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.zip.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.zip.md5">MD5</a>]</li> <li><code>.tar.gz</code> archive: -<a href="[preferred]/ant/binaries/apache-ant-1.5.3-bin.tar.gz">apache-ant-1.5.3-bin.tar.gz</a> -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-bin.tar.gz.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-bin.tar.gz.md5">MD5</a>]</li> +<a href="[preferred]/ant/binaries/apache-ant-1.5.3-1-bin.tar.gz">apache-ant-1.5.3-1-bin.tar.gz</a> +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.tar.gz.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.tar.gz.md5">MD5</a>]</li> <li><code>.tar.bz2</code> archive: -<a href="[preferred]/ant/binaries/apache-ant-1.5.3-bin.tar.bz2">apache-ant-1.5.3-bin.tar.bz2</a> -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-bin.tar.bz2.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-bin.tar.bz2.md5">MD5</a>]</li> +<a href="[preferred]/ant/binaries/apache-ant-1.5.3-1-bin.tar.bz2">apache-ant-1.5.3-1-bin.tar.bz2</a> +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.tar.bz2.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.tar.bz2.md5">MD5</a>]</li> </ul> <h3 class="section"> <a name="Nightly Builds"></a> @@ -262,17 +263,17 @@ using</p> <p><code> % pgpk -a KEYS<br /> -% pgpv apache-ant-1.5.3-bin.tar.gz.asc<br /> +% pgpv apache-ant-1.5.3-1-bin.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % pgp -ka KEYS<br /> -% pgp apache-ant-1.5.3-bin.tar.gz.asc<br /> +% pgp apache-ant-1.5.3-1-bin.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % gpg --import KEYS<br /> -% gpg --verify apache-ant-1.5.3-bin.tar.gz.asc +% gpg --verify apache-ant-1.5.3-1-bin.tar.gz.asc </code></p> <p>Alternatively, you can verify the MD5 signature on the files. A unix program called <code>md5</code> or <code>md5sum</code> is 1.28 +15 -14 ant/docs/srcdownload.html Index: srcdownload.html =================================================================== RCS file: /home/cvs/ant/docs/srcdownload.html,v retrieving revision 1.27 retrieving revision 1.28 diff -u -w -u -r1.27 -r1.28 --- srcdownload.html 14 Apr 2003 14:30:10 -0000 1.27 +++ srcdownload.html 16 Apr 2003 15:22:35 -0000 1.28 @@ -211,25 +211,26 @@ <a href="[preferred]/ant/README.html">release notes</a>.</p> <div class="warning"> <div class="label">Note</div> -<div class="content">Ant 1.5.3 has been released on 9-April-2003 and may not be available on all -mirrors for a few days +<div class="content">An updated version of Ant 1.5.3 has been released on 17-April-2003 and may not be available on all +mirrors for a few days. This updated version, apache-ant-1.5.3-1, is identical to the original 1.5.3 build apart from +the removal of a spurious junit.jar file. </div> </div> <ul> <li><code>.zip</code> archive: -<a href="[preferred]/ant/source/apache-ant-1.5.3-src.zip">apache-ant-1.5.3-src.zip</a> -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-src.zip.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-src.zip.md5">MD5</a>]</li> +<a href="[preferred]/ant/source/apache-ant-1.5.3-src.zip">apache-ant-1.5.3-1-src.zip</a> +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.zip.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.zip.md5">MD5</a>]</li> <li><code>.tar.gz</code> archive: -<a href="[preferred]/ant/source/apache-ant-1.5.3-src.tar.gz">apache-ant-1.5.3-src.tar.gz</a> -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-src.tar.gz.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-src.tar.gz.md5">MD5</a>]</li> +<a href="[preferred]/ant/source/apache-ant-1.5.3-1-src.tar.gz">apache-ant-1.5.3-1-src.tar.gz</a> +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.tar.gz.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.tar.gz.md5">MD5</a>]</li> <li><code>.tar.bz2</code> archive: -<a href="[preferred]/ant/source/apache-ant-1.5.3-src.tar.bz2">apache-ant-1.5.3-src.tar.bz2</a> -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-src.tar.bz2.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-src.tar.bz2.md5">MD5</a>]</li> +<a href="[preferred]/ant/source/apache-ant-1.5.3-1-src.tar.bz2">apache-ant-1.5.3-1-src.tar.bz2</a> +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.tar.bz2.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.tar.bz2.md5">MD5</a>]</li> </ul> <h3 class="section"> <a name="Nightly Builds"></a> @@ -260,17 +261,17 @@ using</p> <p><code> % pgpk -a KEYS<br /> -% pgpv apache-ant-1.5.3-src.tar.gz.asc<br /> +% pgpv apache-ant-1.5.3-1-src.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % pgp -ka KEYS<br /> -% pgp apache-ant-1.5.3-src.tar.gz.asc<br /> +% pgp apache-ant-1.5.3-1-src.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % gpg --import KEYS<br /> -% gpg --verify apache-ant-1.5.3-src.tar.gz.asc +% gpg --verify apache-ant-1.5.3-1-src.tar.gz.asc </code></p> <p>Alternatively, you can verify the MD5 signature on the files. A unix program called <code>md5</code> or <code>md5sum</code> is 1.14 +15 -14 ant/xdocs/bindownload.xml Index: bindownload.xml =================================================================== RCS file: /home/cvs/ant/xdocs/bindownload.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -w -u -r1.13 -r1.14 --- bindownload.xml 14 Apr 2003 14:30:10 -0000 1.13 +++ bindownload.xml 16 Apr 2003 15:22:35 -0000 1.14 @@ -64,26 +64,27 @@ <div class="warning"> <div class="label">Note</div> -<div class="content">Ant 1.5.3 has been released on 9-April-2003 and may not be available on all -mirrors for a few days +<div class="content">An updated version of Ant 1.5.3 has been released on 17-April-2003 and may not be available on all +mirrors for a few days. This updated version, apache-ant-1.5.3-1, is identical to the original 1.5.3 build apart from +the removal of a spurious junit.jar file. </div> </div> <ul> <li><code>.zip</code> archive: -<a href="[preferred]/ant/binaries/apache-ant-1.5.3-bin.zip">apache-ant-1.5.3-bin.zip</a> -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-bin.zip.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-bin.zip.md5">MD5</a>]</li> +<a href="[preferred]/ant/binaries/apache-ant-1.5.3-1-bin.zip">apache-ant-1.5.3-1-bin.zip</a> +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.zip.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.zip.md5">MD5</a>]</li> <li><code>.tar.gz</code> archive: -<a href="[preferred]/ant/binaries/apache-ant-1.5.3-bin.tar.gz">apache-ant-1.5.3-bin.tar.gz</a> -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-bin.tar.gz.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-bin.tar.gz.md5">MD5</a>]</li> +<a href="[preferred]/ant/binaries/apache-ant-1.5.3-1-bin.tar.gz">apache-ant-1.5.3-1-bin.tar.gz</a> +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.tar.gz.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.tar.gz.md5">MD5</a>]</li> <li><code>.tar.bz2</code> archive: -<a href="[preferred]/ant/binaries/apache-ant-1.5.3-bin.tar.bz2">apache-ant-1.5.3-bin.tar.bz2</a> -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-bin.tar.bz2.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-bin.tar.bz2.md5">MD5</a>]</li> +<a href="[preferred]/ant/binaries/apache-ant-1.5.3-1-bin.tar.bz2">apache-ant-1.5.3-1-bin.tar.bz2</a> +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.tar.bz2.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.5.3-1-bin.tar.bz2.md5">MD5</a>]</li> </ul> </section> @@ -121,17 +122,17 @@ <p><code> % pgpk -a KEYS<br /> -% pgpv apache-ant-1.5.3-bin.tar.gz.asc<br /> +% pgpv apache-ant-1.5.3-1-bin.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % pgp -ka KEYS<br /> -% pgp apache-ant-1.5.3-bin.tar.gz.asc<br /> +% pgp apache-ant-1.5.3-1-bin.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % gpg --import KEYS<br /> -% gpg --verify apache-ant-1.5.3-bin.tar.gz.asc +% gpg --verify apache-ant-1.5.3-1-bin.tar.gz.asc </code></p> <p>Alternatively, you can verify the MD5 signature on the files. A 1.12 +15 -14 ant/xdocs/srcdownload.xml Index: srcdownload.xml =================================================================== RCS file: /home/cvs/ant/xdocs/srcdownload.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -w -u -r1.11 -r1.12 --- srcdownload.xml 14 Apr 2003 14:30:10 -0000 1.11 +++ srcdownload.xml 16 Apr 2003 15:22:35 -0000 1.12 @@ -61,26 +61,27 @@ <div class="warning"> <div class="label">Note</div> -<div class="content">Ant 1.5.3 has been released on 9-April-2003 and may not be available on all -mirrors for a few days +<div class="content">An updated version of Ant 1.5.3 has been released on 17-April-2003 and may not be available on all +mirrors for a few days. This updated version, apache-ant-1.5.3-1, is identical to the original 1.5.3 build apart from +the removal of a spurious junit.jar file. </div> </div> <ul> <li><code>.zip</code> archive: -<a href="[preferred]/ant/source/apache-ant-1.5.3-src.zip">apache-ant-1.5.3-src.zip</a> -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-src.zip.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-src.zip.md5">MD5</a>]</li> +<a href="[preferred]/ant/source/apache-ant-1.5.3-src.zip">apache-ant-1.5.3-1-src.zip</a> +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.zip.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.zip.md5">MD5</a>]</li> <li><code>.tar.gz</code> archive: -<a href="[preferred]/ant/source/apache-ant-1.5.3-src.tar.gz">apache-ant-1.5.3-src.tar.gz</a> -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-src.tar.gz.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-src.tar.gz.md5">MD5</a>]</li> +<a href="[preferred]/ant/source/apache-ant-1.5.3-1-src.tar.gz">apache-ant-1.5.3-1-src.tar.gz</a> +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.tar.gz.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.tar.gz.md5">MD5</a>]</li> <li><code>.tar.bz2</code> archive: -<a href="[preferred]/ant/source/apache-ant-1.5.3-src.tar.bz2">apache-ant-1.5.3-src.tar.bz2</a> -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-src.tar.bz2.asc">PGP</a>] -[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-src.tar.bz2.md5">MD5</a>]</li> +<a href="[preferred]/ant/source/apache-ant-1.5.3-1-src.tar.bz2">apache-ant-1.5.3-1-src.tar.bz2</a> +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.tar.bz2.asc">PGP</a>] +[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.5.3-1-src.tar.bz2.md5">MD5</a>]</li> </ul> </section> @@ -118,17 +119,17 @@ <p><code> % pgpk -a KEYS<br /> -% pgpv apache-ant-1.5.3-src.tar.gz.asc<br /> +% pgpv apache-ant-1.5.3-1-src.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % pgp -ka KEYS<br /> -% pgp apache-ant-1.5.3-src.tar.gz.asc<br /> +% pgp apache-ant-1.5.3-1-src.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % gpg --import KEYS<br /> -% gpg --verify apache-ant-1.5.3-src.tar.gz.asc +% gpg --verify apache-ant-1.5.3-1-src.tar.gz.asc </code></p> <p>Alternatively, you can verify the MD5 signature on the files. A