antoine 2004/02/12 15:24:32
Modified: xdocs bindownload.xml srcdownload.xml
docs bindownload.html srcdownload.html
Log:
Forgot to update these files
Revision Changes Path
1.22 +14 -14 ant/xdocs/bindownload.xml
Index: bindownload.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/bindownload.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- bindownload.xml 18 Dec 2003 21:04:16 -0000 1.21
+++ bindownload.xml 12 Feb 2004 23:24:30 -0000 1.22
@@ -60,30 +60,30 @@
<section name="Current Release of Ant">
-<p>Currently, Apache Ant 1.6.0 is the best available version, see the
+<p>Currently, Apache Ant 1.6.1 is the best available version, see the
<a href="[preferred]/ant/README.html">release notes</a>.</p>
<div class="warning">
<div class="label">Note</div>
-<div class="content">Ant 1.6.0 has been released on 18-December-2003 and
+<div class="content">Ant 1.6.1 has been released on 12-February-2004 and
may not be available on all mirrors for a few days.</div>
</div>
<ul>
<li><code>.zip</code> archive:
-<a
href="[preferred]/ant/binaries/apache-ant-1.6.0-bin.zip">apache-ant-1.6.0-bin.zip</a>
-[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.0-bin.zip.asc">PGP</a>]
-[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.0-bin.zip.md5">MD5</a>]</li>
+<a
href="[preferred]/ant/binaries/apache-ant-1.6.1-bin.zip">apache-ant-1.6.1-bin.zip</a>
+[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.zip.asc">PGP</a>]
+[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.zip.md5">MD5</a>]</li>
<li><code>.tar.gz</code> archive:
-<a
href="[preferred]/ant/binaries/apache-ant-1.6.0-bin.tar.gz">apache-ant-1.6.0-bin.tar.gz</a>
-[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.0-bin.tar.gz.asc">PGP</a>]
-[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.0-bin.tar.gz.md5">MD5</a>]</li>
+<a
href="[preferred]/ant/binaries/apache-ant-1.6.1-bin.tar.gz">apache-ant-1.6.1-bin.tar.gz</a>
+[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.tar.gz.asc">PGP</a>]
+[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.tar.gz.md5">MD5</a>]</li>
<li><code>.tar.bz2</code> archive:
-<a
href="[preferred]/ant/binaries/apache-ant-1.6.0-bin.tar.bz2">apache-ant-1.6.0-bin.tar.bz2</a>
-[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.0-bin.tar.bz2.asc">PGP</a>]
-[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.0-bin.tar.bz2.md5">MD5</a>]</li>
+<a
href="[preferred]/ant/binaries/apache-ant-1.6.1-bin.tar.bz2">apache-ant-1.6.1-bin.tar.bz2</a>
+[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.tar.bz2.asc">PGP</a>]
+[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.tar.bz2.md5">MD5</a>]</li>
</ul>
</section>
@@ -121,17 +121,17 @@
<p><code>
% pgpk -a KEYS<br />
-% pgpv apache-ant-1.6.0-bin.tar.gz.asc<br />
+% pgpv apache-ant-1.6.1-bin.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% pgp -ka KEYS<br />
-% pgp apache-ant-1.6.0-bin.tar.gz.asc<br />
+% pgp apache-ant-1.6.1-bin.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% gpg --import KEYS<br />
-% gpg --verify apache-ant-1.6.0-bin.tar.gz.asc
+% gpg --verify apache-ant-1.6.1-bin.tar.gz.asc
</code></p>
<p>Alternatively, you can verify the MD5 signature on the files. A
1.20 +14 -14 ant/xdocs/srcdownload.xml
Index: srcdownload.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/srcdownload.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- srcdownload.xml 18 Dec 2003 21:04:16 -0000 1.19
+++ srcdownload.xml 12 Feb 2004 23:24:30 -0000 1.20
@@ -56,30 +56,30 @@
<section name="Current Release of Ant">
-<p>Currently, Apache Ant 1.6.0 is the best available version, see the
+<p>Currently, Apache Ant 1.6.1 is the best available version, see the
<a href="[preferred]/ant/README.html">release notes</a>.</p>
<div class="warning">
<div class="label">Note</div>
-<div class="content">Ant 1.6.0 has been released on 18-December-2003 and
+<div class="content">Ant 1.6.1 has been released on 12-February-2004 and
may not be available on all mirrors for a few days.</div>
</div>
<ul>
<li><code>.zip</code> archive:
-<a
href="[preferred]/ant/source/apache-ant-1.6.0-src.zip">apache-ant-1.6.0-src.zip</a>
-[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.zip.asc">PGP</a>]
-[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.zip.md5">MD5</a>]</li>
+<a
href="[preferred]/ant/source/apache-ant-1.6.1-src.zip">apache-ant-1.6.1-src.zip</a>
+[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.zip.asc">PGP</a>]
+[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.zip.md5">MD5</a>]</li>
<li><code>.tar.gz</code> archive:
-<a
href="[preferred]/ant/source/apache-ant-1.6.0-src.tar.gz">apache-ant-1.6.0-src.tar.gz</a>
-[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.tar.gz.asc">PGP</a>]
-[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.tar.gz.md5">MD5</a>]</li>
+<a
href="[preferred]/ant/source/apache-ant-1.6.1-src.tar.gz">apache-ant-1.6.1-src.tar.gz</a>
+[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.tar.gz.asc">PGP</a>]
+[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.tar.gz.md5">MD5</a>]</li>
<li><code>.tar.bz2</code> archive:
-<a
href="[preferred]/ant/source/apache-ant-1.6.0-src.tar.bz2">apache-ant-1.6.0-src.tar.bz2</a>
-[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.tar.bz2.asc">PGP</a>]
-[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.tar.bz2.md5">MD5</a>]</li>
+<a
href="[preferred]/ant/source/apache-ant-1.6.1-src.tar.bz2">apache-ant-1.6.1-src.tar.bz2</a>
+[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.tar.bz2.asc">PGP</a>]
+[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.tar.bz2.md5">MD5</a>]</li>
</ul>
</section>
@@ -117,17 +117,17 @@
<p><code>
% pgpk -a KEYS<br />
-% pgpv apache-ant-1.6.0-src.tar.gz.asc<br />
+% pgpv apache-ant-1.6.1-src.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% pgp -ka KEYS<br />
-% pgp apache-ant-1.6.0-src.tar.gz.asc<br />
+% pgp apache-ant-1.6.1-src.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% gpg --import KEYS<br />
-% gpg --verify apache-ant-1.6.0-src.tar.gz.asc
+% gpg --verify apache-ant-1.6.1-src.tar.gz.asc
</code></p>
<p>Alternatively, you can verify the MD5 signature on the files. A
1.45 +14 -14 ant/docs/bindownload.html
Index: bindownload.html
===================================================================
RCS file: /home/cvs/ant/docs/bindownload.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- bindownload.html 7 Jan 2004 07:27:59 -0000 1.44
+++ bindownload.html 12 Feb 2004 23:24:32 -0000 1.45
@@ -215,28 +215,28 @@
<a name="Current Release of Ant"></a>
Current Release of Ant
</h3>
- <p>Currently, Apache Ant 1.6.0 is the best available
version, see the
+ <p>Currently, Apache Ant 1.6.1 is the best available
version, see the
<a href="[preferred]/ant/README.html">release notes</a>.</p>
<div class="warning">
<div class="label">Note</div>
-<div class="content">Ant 1.6.0 has been released on 18-December-2003 and
+<div class="content">Ant 1.6.1 has been released on 12-February-2004 and
may not be available on all mirrors for a few days.</div>
</div>
<ul>
<li><code>.zip</code> archive:
-<a
href="[preferred]/ant/binaries/apache-ant-1.6.0-bin.zip">apache-ant-1.6.0-bin.zip</a>
-[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.0-bin.zip.asc">PGP</a>]
-[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.0-bin.zip.md5">MD5</a>]</li>
+<a
href="[preferred]/ant/binaries/apache-ant-1.6.1-bin.zip">apache-ant-1.6.1-bin.zip</a>
+[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.zip.asc">PGP</a>]
+[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.zip.md5">MD5</a>]</li>
<li><code>.tar.gz</code> archive:
-<a
href="[preferred]/ant/binaries/apache-ant-1.6.0-bin.tar.gz">apache-ant-1.6.0-bin.tar.gz</a>
-[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.0-bin.tar.gz.asc">PGP</a>]
-[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.0-bin.tar.gz.md5">MD5</a>]</li>
+<a
href="[preferred]/ant/binaries/apache-ant-1.6.1-bin.tar.gz">apache-ant-1.6.1-bin.tar.gz</a>
+[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.tar.gz.asc">PGP</a>]
+[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.tar.gz.md5">MD5</a>]</li>
<li><code>.tar.bz2</code> archive:
-<a
href="[preferred]/ant/binaries/apache-ant-1.6.0-bin.tar.bz2">apache-ant-1.6.0-bin.tar.bz2</a>
-[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.0-bin.tar.bz2.asc">PGP</a>]
-[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.0-bin.tar.bz2.md5">MD5</a>]</li>
+<a
href="[preferred]/ant/binaries/apache-ant-1.6.1-bin.tar.bz2">apache-ant-1.6.1-bin.tar.bz2</a>
+[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.tar.bz2.asc">PGP</a>]
+[<a
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.1-bin.tar.bz2.md5">MD5</a>]</li>
</ul>
<h3 class="section">
<a name="Nightly Builds"></a>
@@ -267,17 +267,17 @@
using</p>
<p><code>
% pgpk -a KEYS<br />
-% pgpv apache-ant-1.6.0-bin.tar.gz.asc<br />
+% pgpv apache-ant-1.6.1-bin.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% pgp -ka KEYS<br />
-% pgp apache-ant-1.6.0-bin.tar.gz.asc<br />
+% pgp apache-ant-1.6.1-bin.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% gpg --import KEYS<br />
-% gpg --verify apache-ant-1.6.0-bin.tar.gz.asc
+% gpg --verify apache-ant-1.6.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.44 +14 -14 ant/docs/srcdownload.html
Index: srcdownload.html
===================================================================
RCS file: /home/cvs/ant/docs/srcdownload.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- srcdownload.html 7 Jan 2004 07:27:59 -0000 1.43
+++ srcdownload.html 12 Feb 2004 23:24:32 -0000 1.44
@@ -213,28 +213,28 @@
<a name="Current Release of Ant"></a>
Current Release of Ant
</h3>
- <p>Currently, Apache Ant 1.6.0 is the best available
version, see the
+ <p>Currently, Apache Ant 1.6.1 is the best available
version, see the
<a href="[preferred]/ant/README.html">release notes</a>.</p>
<div class="warning">
<div class="label">Note</div>
-<div class="content">Ant 1.6.0 has been released on 18-December-2003 and
+<div class="content">Ant 1.6.1 has been released on 12-February-2004 and
may not be available on all mirrors for a few days.</div>
</div>
<ul>
<li><code>.zip</code> archive:
-<a
href="[preferred]/ant/source/apache-ant-1.6.0-src.zip">apache-ant-1.6.0-src.zip</a>
-[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.zip.asc">PGP</a>]
-[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.zip.md5">MD5</a>]</li>
+<a
href="[preferred]/ant/source/apache-ant-1.6.1-src.zip">apache-ant-1.6.1-src.zip</a>
+[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.zip.asc">PGP</a>]
+[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.zip.md5">MD5</a>]</li>
<li><code>.tar.gz</code> archive:
-<a
href="[preferred]/ant/source/apache-ant-1.6.0-src.tar.gz">apache-ant-1.6.0-src.tar.gz</a>
-[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.tar.gz.asc">PGP</a>]
-[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.tar.gz.md5">MD5</a>]</li>
+<a
href="[preferred]/ant/source/apache-ant-1.6.1-src.tar.gz">apache-ant-1.6.1-src.tar.gz</a>
+[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.tar.gz.asc">PGP</a>]
+[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.tar.gz.md5">MD5</a>]</li>
<li><code>.tar.bz2</code> archive:
-<a
href="[preferred]/ant/source/apache-ant-1.6.0-src.tar.bz2">apache-ant-1.6.0-src.tar.bz2</a>
-[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.tar.bz2.asc">PGP</a>]
-[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.tar.bz2.md5">MD5</a>]</li>
+<a
href="[preferred]/ant/source/apache-ant-1.6.1-src.tar.bz2">apache-ant-1.6.1-src.tar.bz2</a>
+[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.tar.bz2.asc">PGP</a>]
+[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.1-src.tar.bz2.md5">MD5</a>]</li>
</ul>
<h3 class="section">
<a name="Nightly Builds"></a>
@@ -265,17 +265,17 @@
using</p>
<p><code>
% pgpk -a KEYS<br />
-% pgpv apache-ant-1.6.0-src.tar.gz.asc<br />
+% pgpv apache-ant-1.6.1-src.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% pgp -ka KEYS<br />
-% pgp apache-ant-1.6.0-src.tar.gz.asc<br />
+% pgp apache-ant-1.6.1-src.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% gpg --import KEYS<br />
-% gpg --verify apache-ant-1.6.0-src.tar.gz.asc
+% gpg --verify apache-ant-1.6.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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]