antoine     2005/05/30 13:47:21

  Modified:    .        Tag: ANT_16_BRANCH WHATSNEW build.xml
               xdocs    Tag: ANT_16_BRANCH antnews.xml faq.xml index.xml
                        srcdownload.xml bindownload.xml
               docs     Tag: ANT_16_BRANCH antnews.html faq.html index.html
                        srcdownload.html bindownload.html
               docs/manual Tag: ANT_16_BRANCH cover.html
  Log:
  Preparation for Ant 1.6.5 release
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.503.2.233 +2 -2      ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.503.2.232
  retrieving revision 1.503.2.233
  diff -u -r1.503.2.232 -r1.503.2.233
  --- WHATSNEW  30 May 2005 10:05:40 -0000      1.503.2.232
  +++ WHATSNEW  30 May 2005 20:47:20 -0000      1.503.2.233
  @@ -1,5 +1,5 @@
  -Changes from Ant 1.6.4 to current Ant 1.6 CVS version
  -=====================================================
  +Changes from Ant 1.6.4 to Ant 1.6.5
  +===================================
   
   Changes that could break older environments:
   --------------------------------------------
  
  
  
  1.392.2.46 +2 -2      ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ant/build.xml,v
  retrieving revision 1.392.2.45
  retrieving revision 1.392.2.46
  diff -u -r1.392.2.45 -r1.392.2.46
  --- build.xml 19 May 2005 13:51:08 -0000      1.392.2.45
  +++ build.xml 30 May 2005 20:47:20 -0000      1.392.2.46
  @@ -25,8 +25,8 @@
     -->
     <property name="Name" value="Apache Ant"/>
     <property name="name" value="ant"/>
  -  <property name="version" value="1.6.4"/>
  -  <property name="manifest-version" value="1.6.4"/>
  +  <property name="version" value="1.6.5"/>
  +  <property name="manifest-version" value="1.6.5"/>
     <property name="bootstrap.jar" value="ant-bootstrap.jar"/>
   
     <property name="ant.package" value="org/apache/tools/ant"/>
  
  
  
  No                   revision
  No                   revision
  1.48.2.13 +8 -1      ant/xdocs/antnews.xml
  
  Index: antnews.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/antnews.xml,v
  retrieving revision 1.48.2.12
  retrieving revision 1.48.2.13
  diff -u -r1.48.2.12 -r1.48.2.13
  --- antnews.xml       19 May 2005 12:22:09 -0000      1.48.2.12
  +++ antnews.xml       30 May 2005 20:47:20 -0000      1.48.2.13
  @@ -25,10 +25,17 @@
     </properties>
   
   <body>
  +  <section name="Ant 1.6.5">
  +    <h3>June 2, 2005 - Ant 1.6.5 Available</h3>
  +    <p>Apache Ant 1.6.5 is now available for <a
  +    href="http://ant.apache.org/bindownload.cgi";>download</a>.</p>
  +    <p>This is a bug fix release.</p>
  +  </section>
  +
     <section name="Ant 1.6.4">
       <h3>May 19, 2005 - Ant 1.6.4 Available</h3>
       <p>Apache Ant 1.6.4 is now available for <a
  -    href="http://ant.apache.org/bindownload.cgi";>download</a>.</p>
  +    href="http://archive.apache.org/dist/ant/";>download</a>.</p>
       <p>This is a bug fix release.</p>
     </section>
   
  
  
  
  1.38.2.24 +5 -0      ant/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/faq.xml,v
  retrieving revision 1.38.2.23
  retrieving revision 1.38.2.24
  diff -u -r1.38.2.23 -r1.38.2.24
  --- faq.xml   19 May 2005 12:22:09 -0000      1.38.2.23
  +++ faq.xml   30 May 2005 20:47:20 -0000      1.38.2.24
  @@ -206,6 +206,11 @@
               <td>1.6.4</td>
               <td>19 May 2005</td>
             </tr>
  +
  +          <tr>
  +            <td>1.6.5</td>
  +            <td>2 June 2005</td>
  +          </tr>
           </table>
         </answer>
       </faq>
  
  
  
  1.52.2.16 +4 -5      ant/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/index.xml,v
  retrieving revision 1.52.2.15
  retrieving revision 1.52.2.16
  diff -u -r1.52.2.15 -r1.52.2.16
  --- index.xml 19 May 2005 12:22:09 -0000      1.52.2.15
  +++ index.xml 30 May 2005 20:47:20 -0000      1.52.2.16
  @@ -23,12 +23,11 @@
     </properties>
   
   <body>
  -  <section name="Ant 1.6.4">
  -    <h3>May 19, 2005 - Ant 1.6.4 Available</h3>
  -    <p>Apache Ant 1.6.4 is now available for <a
  +  <section name="Ant 1.6.5">
  +    <h3>June 2, 2005 - Ant 1.6.5 Available</h3>
  +    <p>Apache Ant 1.6.5 is now available for <a
       href="http://ant.apache.org/bindownload.cgi";>download</a>.</p>
  -    <p>There is a large list of fixed bugs and enhancements.</p>
  -    <p>Some of the bugs affecting the embedded use of Ant are fixed.</p>
  +    <p>This is a bug fix release.</p>
     </section>
   
   
  
  
  
  1.15.2.10 +17 -17    ant/xdocs/srcdownload.xml
  
  Index: srcdownload.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/srcdownload.xml,v
  retrieving revision 1.15.2.9
  retrieving revision 1.15.2.10
  diff -u -r1.15.2.9 -r1.15.2.10
  --- srcdownload.xml   19 May 2005 17:54:58 -0000      1.15.2.9
  +++ srcdownload.xml   30 May 2005 20:47:20 -0000      1.15.2.10
  @@ -71,12 +71,12 @@
   
   <section name="Current Release of Ant">
   
  -<p>Currently, Apache Ant 1.6.4 is the best available version, see the
  +<p>Currently, Apache Ant 1.6.5 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.4 has been released on 19-May-2005 and
  +<div class="content">Ant 1.6.5 has been released on 02-Jun-2005 and
   may not be available on all mirrors for a few days.</div>
   </div>
   <br></br>
  @@ -88,22 +88,22 @@
   
   <ul>
   <li><code>.zip</code> archive: 
  -<a 
href="[preferred]/ant/source/apache-ant-1.6.4-src.zip">apache-ant-1.6.4-src.zip</a>
  -[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.4-src.zip.asc";>PGP</a>]
  -[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.4-src.zip.sha1";>SHA1</a>]
  -[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.4-src.zip.md5";>MD5</a>]</li>
  +<a 
href="[preferred]/ant/source/apache-ant-1.6.5-src.zip">apache-ant-1.6.5-src.zip</a>
  +[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.asc";>PGP</a>]
  +[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.sha1";>SHA1</a>]
  +[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.md5";>MD5</a>]</li>
   
   <li><code>.tar.gz</code> archive: 
  -<a 
href="[preferred]/ant/source/apache-ant-1.6.4-src.tar.gz">apache-ant-1.6.4-src.tar.gz</a>
  -[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.4-src.tar.gz.asc";>PGP</a>]
  -[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.4-src.tar.gz.sha1";>SHA1</a>]
  -[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.4-src.tar.gz.md5";>MD5</a>]</li>
  +<a 
href="[preferred]/ant/source/apache-ant-1.6.5-src.tar.gz">apache-ant-1.6.5-src.tar.gz</a>
  +[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.asc";>PGP</a>]
  +[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.sha1";>SHA1</a>]
  +[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.md5";>MD5</a>]</li>
   
   <li><code>.tar.bz2</code> archive: 
  -<a 
href="[preferred]/ant/source/apache-ant-1.6.4-src.tar.bz2">apache-ant-1.6.4-src.tar.bz2</a>
  -[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.4-src.tar.bz2.asc";>PGP</a>]
  -[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.4-src.tar.bz2.sha1";>SHA1</a>]
  -[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.4-src.tar.bz2.md5";>MD5</a>]</li>
  +<a 
href="[preferred]/ant/source/apache-ant-1.6.5-src.tar.bz2">apache-ant-1.6.5-src.tar.bz2</a>
  +[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.asc";>PGP</a>]
  +[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.sha1";>SHA1</a>]
  +[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.md5";>MD5</a>]</li>
   </ul>
   </section>
   
  @@ -147,17 +147,17 @@
   
   <p><code>
   % pgpk -a KEYS<br />
  -% pgpv apache-ant-1.6.4-src.tar.gz.asc<br />
  +% pgpv apache-ant-1.6.5-src.tar.gz.asc<br />
   </code>
   <em>or</em><br />
   <code>
   % pgp -ka KEYS<br />
  -% pgp apache-ant-1.6.4-src.tar.gz.asc<br />
  +% pgp apache-ant-1.6.5-src.tar.gz.asc<br />
   </code>
   <em>or</em><br />
   <code>
   % gpg --import KEYS<br />
  -% gpg --verify apache-ant-1.6.4-src.tar.gz.asc
  +% gpg --verify apache-ant-1.6.5-src.tar.gz.asc
   </code></p>
   
   <p>Alternatively, you can verify the checksums on the files.  Unix
  
  
  
  1.17.2.10 +17 -17    ant/xdocs/bindownload.xml
  
  Index: bindownload.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/bindownload.xml,v
  retrieving revision 1.17.2.9
  retrieving revision 1.17.2.10
  diff -u -r1.17.2.9 -r1.17.2.10
  --- bindownload.xml   19 May 2005 17:54:58 -0000      1.17.2.9
  +++ bindownload.xml   30 May 2005 20:47:20 -0000      1.17.2.10
  @@ -74,12 +74,12 @@
   
   <section name="Current Release of Ant">
   
  -<p>Currently, Apache Ant 1.6.4 is the best available version, see the
  +<p>Currently, Apache Ant 1.6.5 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.4 has been released on 19-May-2005 and
  +<div class="content">Ant 1.6.5 has been released on 02-Jun-2005 and
   may not be available on all mirrors for a few days.</div>
   </div>
   <br></br>
  @@ -91,22 +91,22 @@
   
   <ul>
   <li><code>.zip</code> archive: 
  -<a 
href="[preferred]/ant/binaries/apache-ant-1.6.4-bin.zip">apache-ant-1.6.4-bin.zip</a>
  -[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.4-bin.zip.asc";>PGP</a>]
  -[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.4-bin.zip.sha1";>SHA1</a>]
  -[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.4-bin.zip.md5";>MD5</a>]</li>
  +<a 
href="[preferred]/ant/binaries/apache-ant-1.6.5-bin.zip">apache-ant-1.6.5-bin.zip</a>
  +[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.asc";>PGP</a>]
  +[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.sha1";>SHA1</a>]
  +[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.md5";>MD5</a>]</li>
   
   <li><code>.tar.gz</code> archive: 
  -<a 
href="[preferred]/ant/binaries/apache-ant-1.6.4-bin.tar.gz">apache-ant-1.6.4-bin.tar.gz</a>
  -[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.4-bin.tar.gz.asc";>PGP</a>]
  -[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.4-bin.tar.gz.sha1";>SHA1</a>]
  -[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.4-bin.tar.gz.md5";>MD5</a>]</li>
  +<a 
href="[preferred]/ant/binaries/apache-ant-1.6.5-bin.tar.gz">apache-ant-1.6.5-bin.tar.gz</a>
  +[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.asc";>PGP</a>]
  +[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.sha1";>SHA1</a>]
  +[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.md5";>MD5</a>]</li>
   
   <li><code>.tar.bz2</code> archive: 
  -<a 
href="[preferred]/ant/binaries/apache-ant-1.6.4-bin.tar.bz2">apache-ant-1.6.4-bin.tar.bz2</a>
  -[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.4-bin.tar.bz2.asc";>PGP</a>]
  -[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.4-bin.tar.bz2.sha1";>SHA1</a>]
  -[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.4-bin.tar.bz2.md5";>MD5</a>]</li>
  +<a 
href="[preferred]/ant/binaries/apache-ant-1.6.5-bin.tar.bz2">apache-ant-1.6.5-bin.tar.bz2</a>
  +[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.bz2.asc";>PGP</a>]
  +[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.bz2.sha1";>SHA1</a>]
  +[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.bz2.md5";>MD5</a>]</li>
   </ul>
   </section>
   
  @@ -150,17 +150,17 @@
   
   <p><code>
   % pgpk -a KEYS<br />
  -% pgpv apache-ant-1.6.4-bin.tar.gz.asc<br />
  +% pgpv apache-ant-1.6.5-bin.tar.gz.asc<br />
   </code>
   <em>or</em><br />
   <code>
   % pgp -ka KEYS<br />
  -% pgp apache-ant-1.6.4-bin.tar.gz.asc<br />
  +% pgp apache-ant-1.6.5-bin.tar.gz.asc<br />
   </code>
   <em>or</em><br />
   <code>
   % gpg --import KEYS<br />
  -% gpg --verify apache-ant-1.6.4-bin.tar.gz.asc
  +% gpg --verify apache-ant-1.6.5-bin.tar.gz.asc
   </code></p>
   
   <p>Alternatively, you can verify the checksums on the files.  Unix
  
  
  
  No                   revision
  No                   revision
  1.77.2.15 +8 -1      ant/docs/antnews.html
  
  Index: antnews.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/antnews.html,v
  retrieving revision 1.77.2.14
  retrieving revision 1.77.2.15
  diff -u -r1.77.2.14 -r1.77.2.15
  --- antnews.html      19 May 2005 12:22:09 -0000      1.77.2.14
  +++ antnews.html      30 May 2005 20:47:21 -0000      1.77.2.15
  @@ -177,11 +177,18 @@
     <div class="content">
       <h1 class="title">News</h1>
               <h3 class="section">
  +      <a name="Ant 1.6.5"></a>
  +      Ant 1.6.5
  +    </h3>
  +                        <h3>June 2, 2005 - Ant 1.6.5 Available</h3>
  +                                <p>Apache Ant 1.6.5 is now available for <a 
href="http://ant.apache.org/bindownload.cgi";>download</a>.</p>
  +                                <p>This is a bug fix release.</p>
  +                        <h3 class="section">
         <a name="Ant 1.6.4"></a>
         Ant 1.6.4
       </h3>
                           <h3>May 19, 2005 - Ant 1.6.4 Available</h3>
  -                                <p>Apache Ant 1.6.4 is now available for <a 
href="http://ant.apache.org/bindownload.cgi";>download</a>.</p>
  +                                <p>Apache Ant 1.6.4 is now available for <a 
href="http://archive.apache.org/dist/ant/";>download</a>.</p>
                                   <p>This is a bug fix release.</p>
                           <h3 class="section">
         <a name="Ant 1.6.3"></a>
  
  
  
  1.77.2.26 +10 -0     ant/docs/faq.html
  
  Index: faq.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/faq.html,v
  retrieving revision 1.77.2.25
  retrieving revision 1.77.2.26
  diff -u -r1.77.2.25 -r1.77.2.26
  --- faq.html  19 May 2005 12:22:09 -0000      1.77.2.25
  +++ faq.html  30 May 2005 20:47:21 -0000      1.77.2.26
  @@ -644,6 +644,16 @@
             19 May 2005
         </td>
         </tr>
  +                  <tr>
  +                      <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          1.6.5
  +      </td>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          2 June 2005
  +      </td>
  +      </tr>
           </table>
                                   <p class="faq">
         <a name="no-gnu-tar"></a>
  
  
  
  1.287.2.17 +5 -6      ant/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/index.html,v
  retrieving revision 1.287.2.16
  retrieving revision 1.287.2.17
  diff -u -r1.287.2.16 -r1.287.2.17
  --- index.html        19 May 2005 12:22:10 -0000      1.287.2.16
  +++ index.html        30 May 2005 20:47:21 -0000      1.287.2.17
  @@ -173,13 +173,12 @@
     <div class="content">
       <h1 class="title">Welcome</h1>
               <h3 class="section">
  -      <a name="Ant 1.6.4"></a>
  -      Ant 1.6.4
  +      <a name="Ant 1.6.5"></a>
  +      Ant 1.6.5
       </h3>
  -                        <h3>May 19, 2005 - Ant 1.6.4 Available</h3>
  -                                <p>Apache Ant 1.6.4 is now available for <a 
href="http://ant.apache.org/bindownload.cgi";>download</a>.</p>
  -                                <p>There is a large list of fixed bugs and 
enhancements.</p>
  -                                <p>Some of the bugs affecting the embedded 
use of Ant are fixed.</p>
  +                        <h3>June 2, 2005 - Ant 1.6.5 Available</h3>
  +                                <p>Apache Ant 1.6.5 is now available for <a 
href="http://ant.apache.org/bindownload.cgi";>download</a>.</p>
  +                                <p>This is a bug fix release.</p>
                           <h3 class="section">
         <a name="Apache Ant"></a>
         Apache Ant
  
  
  
  1.35.2.12 +18 -23    ant/docs/srcdownload.html
  
  Index: srcdownload.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/srcdownload.html,v
  retrieving revision 1.35.2.11
  retrieving revision 1.35.2.12
  diff -u -r1.35.2.11 -r1.35.2.12
  --- srcdownload.html  19 May 2005 17:54:58 -0000      1.35.2.11
  +++ srcdownload.html  30 May 2005 20:47:21 -0000      1.35.2.12
  @@ -73,12 +73,7 @@
         <div class="bluebar"></div>
                       
     <div class="menucontainer">
  -    <div align="center">
  -      <a href="http://ApacheCon.Com/";><img width="135" height="50"
  -             border="0" style="background-color: white"
  -             src="http://apache.org/images/ac2005eu_135x50.gif";
  -             alt="ApacheCon!" title="Come to ApacheCon!"/></a>
  -    </div>
  +
       <div class="menu">
         <ul>
                 <li class="menuheader">Apache Ant
  @@ -219,11 +214,11 @@
         <a name="Current Release of Ant"></a>
         Current Release of Ant
       </h3>
  -                        <p>Currently, Apache Ant 1.6.4 is the best available 
version, see the
  +                        <p>Currently, Apache Ant 1.6.5 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.4 has been released on 19-May-2005 and
  +<div class="content">Ant 1.6.5 has been released on 02-Jun-2005 and
   may not be available on all mirrors for a few days.</div>
   </div>
                                   <br />
  @@ -234,22 +229,22 @@
   </div>
                                   <ul>
   <li><code>.zip</code> archive: 
  -<a 
href="[preferred]/ant/source/apache-ant-1.6.4-src.zip">apache-ant-1.6.4-src.zip</a>
  -[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.4-src.zip.asc";>PGP</a>]
  -[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.4-src.zip.sha1";>SHA1</a>]
  -[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.4-src.zip.md5";>MD5</a>]</li>
  +<a 
href="[preferred]/ant/source/apache-ant-1.6.5-src.zip">apache-ant-1.6.5-src.zip</a>
  +[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.asc";>PGP</a>]
  +[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.sha1";>SHA1</a>]
  +[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.md5";>MD5</a>]</li>
   
   <li><code>.tar.gz</code> archive: 
  -<a 
href="[preferred]/ant/source/apache-ant-1.6.4-src.tar.gz">apache-ant-1.6.4-src.tar.gz</a>
  -[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.4-src.tar.gz.asc";>PGP</a>]
  -[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.4-src.tar.gz.sha1";>SHA1</a>]
  -[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.4-src.tar.gz.md5";>MD5</a>]</li>
  +<a 
href="[preferred]/ant/source/apache-ant-1.6.5-src.tar.gz">apache-ant-1.6.5-src.tar.gz</a>
  +[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.asc";>PGP</a>]
  +[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.sha1";>SHA1</a>]
  +[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.md5";>MD5</a>]</li>
   
   <li><code>.tar.bz2</code> archive: 
  -<a 
href="[preferred]/ant/source/apache-ant-1.6.4-src.tar.bz2">apache-ant-1.6.4-src.tar.bz2</a>
  -[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.4-src.tar.bz2.asc";>PGP</a>]
  -[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.4-src.tar.bz2.sha1";>SHA1</a>]
  -[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.4-src.tar.bz2.md5";>MD5</a>]</li>
  +<a 
href="[preferred]/ant/source/apache-ant-1.6.5-src.tar.bz2">apache-ant-1.6.5-src.tar.bz2</a>
  +[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.asc";>PGP</a>]
  +[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.sha1";>SHA1</a>]
  +[<a 
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.md5";>MD5</a>]</li>
   </ul>
                           <h3 class="section">
         <a name="Nightly Builds"></a>
  @@ -280,17 +275,17 @@
   using</p>
                                   <p><code>
   % pgpk -a KEYS<br />
  -% pgpv apache-ant-1.6.4-src.tar.gz.asc<br />
  +% pgpv apache-ant-1.6.5-src.tar.gz.asc<br />
   </code>
   <em>or</em><br />
   <code>
   % pgp -ka KEYS<br />
  -% pgp apache-ant-1.6.4-src.tar.gz.asc<br />
  +% pgp apache-ant-1.6.5-src.tar.gz.asc<br />
   </code>
   <em>or</em><br />
   <code>
   % gpg --import KEYS<br />
  -% gpg --verify apache-ant-1.6.4-src.tar.gz.asc
  +% gpg --verify apache-ant-1.6.5-src.tar.gz.asc
   </code></p>
                                   <p>Alternatively, you can verify the 
checksums on the files.  Unix
   programs called <code>md5</code>/<code>sha1</code> or
  
  
  
  1.36.2.12 +18 -23    ant/docs/bindownload.html
  
  Index: bindownload.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/bindownload.html,v
  retrieving revision 1.36.2.11
  retrieving revision 1.36.2.12
  diff -u -r1.36.2.11 -r1.36.2.12
  --- bindownload.html  19 May 2005 17:54:58 -0000      1.36.2.11
  +++ bindownload.html  30 May 2005 20:47:21 -0000      1.36.2.12
  @@ -73,12 +73,7 @@
         <div class="bluebar"></div>
                       
     <div class="menucontainer">
  -    <div align="center">
  -      <a href="http://ApacheCon.Com/";><img width="135" height="50"
  -             border="0" style="background-color: white"
  -             src="http://apache.org/images/ac2005eu_135x50.gif";
  -             alt="ApacheCon!" title="Come to ApacheCon!"/></a>
  -    </div>
  +
       <div class="menu">
         <ul>
                 <li class="menuheader">Apache Ant
  @@ -221,11 +216,11 @@
         <a name="Current Release of Ant"></a>
         Current Release of Ant
       </h3>
  -                        <p>Currently, Apache Ant 1.6.4 is the best available 
version, see the
  +                        <p>Currently, Apache Ant 1.6.5 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.4 has been released on 19-May-2005 and
  +<div class="content">Ant 1.6.5 has been released on 02-Jun-2005 and
   may not be available on all mirrors for a few days.</div>
   </div>
                                   <br />
  @@ -236,22 +231,22 @@
   </div>
                                   <ul>
   <li><code>.zip</code> archive: 
  -<a 
href="[preferred]/ant/binaries/apache-ant-1.6.4-bin.zip">apache-ant-1.6.4-bin.zip</a>
  -[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.4-bin.zip.asc";>PGP</a>]
  -[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.4-bin.zip.sha1";>SHA1</a>]
  -[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.4-bin.zip.md5";>MD5</a>]</li>
  +<a 
href="[preferred]/ant/binaries/apache-ant-1.6.5-bin.zip">apache-ant-1.6.5-bin.zip</a>
  +[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.asc";>PGP</a>]
  +[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.sha1";>SHA1</a>]
  +[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip.md5";>MD5</a>]</li>
   
   <li><code>.tar.gz</code> archive: 
  -<a 
href="[preferred]/ant/binaries/apache-ant-1.6.4-bin.tar.gz">apache-ant-1.6.4-bin.tar.gz</a>
  -[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.4-bin.tar.gz.asc";>PGP</a>]
  -[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.4-bin.tar.gz.sha1";>SHA1</a>]
  -[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.4-bin.tar.gz.md5";>MD5</a>]</li>
  +<a 
href="[preferred]/ant/binaries/apache-ant-1.6.5-bin.tar.gz">apache-ant-1.6.5-bin.tar.gz</a>
  +[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.asc";>PGP</a>]
  +[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.sha1";>SHA1</a>]
  +[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.gz.md5";>MD5</a>]</li>
   
   <li><code>.tar.bz2</code> archive: 
  -<a 
href="[preferred]/ant/binaries/apache-ant-1.6.4-bin.tar.bz2">apache-ant-1.6.4-bin.tar.bz2</a>
  -[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.4-bin.tar.bz2.asc";>PGP</a>]
  -[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.4-bin.tar.bz2.sha1";>SHA1</a>]
  -[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.4-bin.tar.bz2.md5";>MD5</a>]</li>
  +<a 
href="[preferred]/ant/binaries/apache-ant-1.6.5-bin.tar.bz2">apache-ant-1.6.5-bin.tar.bz2</a>
  +[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.bz2.asc";>PGP</a>]
  +[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.bz2.sha1";>SHA1</a>]
  +[<a 
href="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.tar.bz2.md5";>MD5</a>]</li>
   </ul>
                           <h3 class="section">
         <a name="Nightly Builds"></a>
  @@ -282,17 +277,17 @@
   using</p>
                                   <p><code>
   % pgpk -a KEYS<br />
  -% pgpv apache-ant-1.6.4-bin.tar.gz.asc<br />
  +% pgpv apache-ant-1.6.5-bin.tar.gz.asc<br />
   </code>
   <em>or</em><br />
   <code>
   % pgp -ka KEYS<br />
  -% pgp apache-ant-1.6.4-bin.tar.gz.asc<br />
  +% pgp apache-ant-1.6.5-bin.tar.gz.asc<br />
   </code>
   <em>or</em><br />
   <code>
   % gpg --import KEYS<br />
  -% gpg --verify apache-ant-1.6.4-bin.tar.gz.asc
  +% gpg --verify apache-ant-1.6.5-bin.tar.gz.asc
   </code></p>
                                   <p>Alternatively, you can verify the 
checksums on the files.  Unix
   programs called <code>md5</code>/<code>sha1</code> or
  
  
  
  No                   revision
  No                   revision
  1.6.2.12  +3 -3      ant/docs/manual/cover.html
  
  Index: cover.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/cover.html,v
  retrieving revision 1.6.2.11
  retrieving revision 1.6.2.12
  diff -u -r1.6.2.11 -r1.6.2.12
  --- cover.html        19 May 2005 12:22:10 -0000      1.6.2.11
  +++ cover.html        30 May 2005 20:47:21 -0000      1.6.2.12
  @@ -2,15 +2,15 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  -<title>Apache Ant 1.6.4 User Manual</title>
  +<title>Apache Ant 1.6.5 User Manual</title>
   <link rel="stylesheet" type="text/css" href="stylesheets/antmanual.css">
   </head>
   
   <body bgcolor="#FFFFFF">
   <div align="center"> 
     <h1><img src="../images/ant_logo_large.gif" width="190" height="120"></h1>
  -  <h1>Apache Ant 1.6.4 Manual</h1>
  -  <p align="left">This is the manual for version 1.6.4 of
  +  <h1>Apache Ant 1.6.5 Manual</h1>
  +  <p align="left">This is the manual for version 1.6.5 of
     <a href="http://ant.apache.org/index.html";>Apache Ant</a>. 
       If your version 
       of Ant (as verified with <tt>ant -version</tt>) is older or newer than 
this 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to