bodewig 2003/08/10 23:08:29 Modified: . Tag: ANT_15_BRANCH build.xml docs Tag: ANT_15_BRANCH antnews.html faq.html index.html docs/manual Tag: ANT_15_BRANCH cover.html xdocs Tag: ANT_15_BRANCH antnews.xml faq.xml index.xml Log: prepare for the 1.5.4 release build Revision Changes Path No revision No revision 1.304.2.52 +2 -2 ant/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/ant/build.xml,v retrieving revision 1.304.2.51 retrieving revision 1.304.2.52 diff -u -r1.304.2.51 -r1.304.2.52 --- build.xml 25 Jul 2003 08:27:42 -0000 1.304.2.51 +++ build.xml 11 Aug 2003 06:08:28 -0000 1.304.2.52 @@ -20,8 +20,8 @@ <property name="Name" value="Apache Ant"/> <property name="name" value="ant"/> - <property name="version" value="1.5.3"/> - <property name="manifest-version" value="1.5.3"/> + <property name="version" value="1.5.4"/> + <property name="manifest-version" value="1.5.4"/> <property name="debug" value="true"/> <property name="chmod.fail" value="true"/> No revision No revision 1.31.2.9 +19 -7 ant/docs/antnews.html Index: antnews.html =================================================================== RCS file: /home/cvs/ant/docs/antnews.html,v retrieving revision 1.31.2.8 retrieving revision 1.31.2.9 diff -u -r1.31.2.8 -r1.31.2.9 --- antnews.html 25 Jul 2003 08:48:55 -0000 1.31.2.8 +++ antnews.html 11 Aug 2003 06:08:28 -0000 1.31.2.9 @@ -171,6 +171,25 @@ <div class="content"> <h1 class="title">News</h1> <h3 class="section"> + <a name="Ant 1.5.4"></a> + Ant 1.5.4 + </h3> + <h3>August 12, 2003 - Ant 1.5.4 Available</h3> + <p>Apache Ant 1.5.4 is now available for + <a href="http://ant.apache.org/bindownload.cgi">download</a>. + </p> + <p>This is a minor bugfix release that fixes a problem with the + <code>javah</code> task on JDK 1.4.2 and a couple of bugs in the + Visual Age for Java intergration tasks. If you don't use javah or + VAJ, there is no reason to upgrade.</p> + <div class="warning"> + <div class="label">Note</div> + <div class="content">Ant 1.5.4 will be the last release that supports + JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 or + later. + </div> + </div> + <h3 class="section"> <a name="Java Pro 2003 Readers Choice Award"></a> Java Pro 2003 Readers Choice Award </h3> @@ -213,13 +232,6 @@ <p>Apache Ant 1.5.3 is now available for <a href="http://ant.apache.org/bindownload.cgi">download</a>. </p> - <div class="warning"> - <div class="label">Note</div> - <div class="content">Ant 1.5.3 will be the last release that supports - JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 or - later - </div> - </div> <h3 class="section"> <a name="Ant 1.5.3 Beta 1"></a> Ant 1.5.3 Beta 1 1.30.2.11 +10 -0 ant/docs/faq.html Index: faq.html =================================================================== RCS file: /home/cvs/ant/docs/faq.html,v retrieving revision 1.30.2.10 retrieving revision 1.30.2.11 diff -u -r1.30.2.10 -r1.30.2.11 --- faq.html 25 Jul 2003 08:48:55 -0000 1.30.2.10 +++ faq.html 11 Aug 2003 06:08:28 -0000 1.30.2.11 @@ -509,6 +509,16 @@ 9 April 2003 </td> </tr> + <tr> + <td colspan="1" rowspan="1" + valign="top" align="left"> + 1.5.4 + </td> + <td colspan="1" rowspan="1" + valign="top" align="left"> + 12 August 2003 + </td> + </tr> </table> <p class="faq"> <a name="no-gnu-tar"></a> 1.234.2.12 +4 -4 ant/docs/index.html Index: index.html =================================================================== RCS file: /home/cvs/ant/docs/index.html,v retrieving revision 1.234.2.11 retrieving revision 1.234.2.12 diff -u -r1.234.2.11 -r1.234.2.12 --- index.html 25 Jul 2003 08:48:56 -0000 1.234.2.11 +++ index.html 11 Aug 2003 06:08:28 -0000 1.234.2.12 @@ -183,15 +183,15 @@ <strong>Most Valuable Java Deployment Technology</strong> </p> <h3 class="section"> - <a name="Ant 1.5.3"></a> - Ant 1.5.3 + <a name="Ant 1.5.4"></a> + Ant 1.5.4 </h3> - <p>Apache Ant 1.5.3 is now available for + <p>Apache Ant 1.5.4 is now available for <a href="http://ant.apache.org/bindownload.cgi">download</a>. </p> <div class="warning"> <div class="label">Note</div> - <div class="content">Ant 1.5.3 will be the last release that supports + <div class="content">Ant 1.5.4 will be the last release that supports JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 or later </div> No revision No revision 1.3.2.8 +3 -3 ant/docs/manual/cover.html Index: cover.html =================================================================== RCS file: /home/cvs/ant/docs/manual/cover.html,v retrieving revision 1.3.2.7 retrieving revision 1.3.2.8 diff -u -r1.3.2.7 -r1.3.2.8 --- cover.html 8 Apr 2003 14:17:04 -0000 1.3.2.7 +++ cover.html 11 Aug 2003 06:08:29 -0000 1.3.2.8 @@ -2,14 +2,14 @@ <head> <meta http-equiv="Content-Language" content="en-us"> -<title>Apache Ant 1.5.3 User Manual</title> +<title>Apache Ant 1.5.4 User Manual</title> </head> <body bgcolor="#FFFFFF"> <div align="center"> <h1><img src="../images/ant_logo_large.gif" width="190" height="120"></h1> - <h1>Apache Ant 1.5.3 Manual</h1> - <p align="left">This is the manual for version 1.5.3 of + <h1>Apache Ant 1.5.4 Manual</h1> + <p align="left">This is the manual for version 1.5.4 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 No revision No revision 1.21.2.8 +20 -9 ant/xdocs/antnews.xml Index: antnews.xml =================================================================== RCS file: /home/cvs/ant/xdocs/antnews.xml,v retrieving revision 1.21.2.7 retrieving revision 1.21.2.8 diff -u -r1.21.2.7 -r1.21.2.8 --- antnews.xml 25 Jul 2003 08:48:58 -0000 1.21.2.7 +++ antnews.xml 11 Aug 2003 06:08:29 -0000 1.21.2.8 @@ -9,6 +9,26 @@ </properties> <body> + <section name="Ant 1.5.4"> + <h3>August 12, 2003 - Ant 1.5.4 Available</h3> + <p>Apache Ant 1.5.4 is now available for + <a href="http://ant.apache.org/bindownload.cgi">download</a>. + </p> + + <p>This is a minor bugfix release that fixes a problem with the + <code>javah</code> task on JDK 1.4.2 and a couple of bugs in the + Visual Age for Java intergration tasks. If you don't use javah or + VAJ, there is no reason to upgrade.</p> + + <div class="warning"> + <div class="label">Note</div> + <div class="content">Ant 1.5.4 will be the last release that supports + JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 or + later. + </div> + </div> + </section> + <section name="Java Pro 2003 Readers Choice Award"> <a href="http://www.ftponline.com/javapro/"> <img style="padding: 5px" src="images/jp_rcwinner_2003.gif" alt="" border="0" height="80" width="139" align="right"/></a> @@ -50,15 +70,6 @@ <p>Apache Ant 1.5.3 is now available for <a href="http://ant.apache.org/bindownload.cgi">download</a>. </p> - - <div class="warning"> - <div class="label">Note</div> - <div class="content">Ant 1.5.3 will be the last release that supports - JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 or - later - </div> - </div> - </section> 1.17.2.11 +5 -0 ant/xdocs/faq.xml Index: faq.xml =================================================================== RCS file: /home/cvs/ant/xdocs/faq.xml,v retrieving revision 1.17.2.10 retrieving revision 1.17.2.11 diff -u -r1.17.2.10 -r1.17.2.11 --- faq.xml 25 Jul 2003 08:48:59 -0000 1.17.2.10 +++ faq.xml 11 Aug 2003 06:08:29 -0000 1.17.2.11 @@ -161,6 +161,11 @@ <td>1.5.3</td> <td>9 April 2003</td> </tr> + + <tr> + <td>1.5.4</td> + <td>12 August 2003</td> + </tr> </table> </answer> </faq> 1.20.2.11 +3 -3 ant/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/ant/xdocs/index.xml,v retrieving revision 1.20.2.10 retrieving revision 1.20.2.11 diff -u -r1.20.2.10 -r1.20.2.11 --- index.xml 25 Jul 2003 08:48:59 -0000 1.20.2.10 +++ index.xml 11 Aug 2003 06:08:29 -0000 1.20.2.11 @@ -24,14 +24,14 @@ </p> </section> - <section name="Ant 1.5.3"> - <p>Apache Ant 1.5.3 is now available for + <section name="Ant 1.5.4"> + <p>Apache Ant 1.5.4 is now available for <a href="http://ant.apache.org/bindownload.cgi">download</a>. </p> <div class="warning"> <div class="label">Note</div> - <div class="content">Ant 1.5.3 will be the last release that supports + <div class="content">Ant 1.5.4 will be the last release that supports JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 or later </div>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]