umagesh 2002/07/19 11:29:26 Modified: docs/manual Tag: ANT_15_BRANCH install.html Log: Remove confusing comment about downloading 1.4.1's optoinal.jar from 1.5's docs. Revision Changes Path No revision No revision 1.29.2.8 +3 -7 jakarta-ant/docs/manual/install.html Index: install.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/install.html,v retrieving revision 1.29.2.7 retrieving revision 1.29.2.8 diff -u -r1.29.2.7 -r1.29.2.8 --- install.html 23 Jun 2002 20:52:13 -0000 1.29.2.7 +++ install.html 19 Jul 2002 18:29:26 -0000 1.29.2.8 @@ -17,8 +17,8 @@ <h3>Source Edition</h3> <p>If you prefer the source edition, you can download the source for the latest Ant release from <a -href="http://jakarta.apache.org/builds/ant/release/v1.4.1/src/"> -http://jakarta.apache.org/builds/ant/release/v1.4.1/src/</a>. +href="http://jakarta.apache.org/builds/ant/release/v1.5/src/"> +http://jakarta.apache.org/builds/ant/release/v1.5/src/</a>. Again, if you prefer the edge, you can access the code as it is being developed via CVS. The Jakarta website has details on @@ -133,11 +133,7 @@ <h3><a name="optionalTasks">Optional Tasks</a></h3> <p>Ant supports a number of optional tasks. An optional task is a task which typically requires an external library to function. The optional tasks are -packaged separately from the core Ant tasks. This package is available in -the same download directory as the core ant distribution. The current -jar containing optional tasks is named <code>jakarta-ant-1.4.1-optional.jar</code>. -This jar should be downloaded and placed in the lib directory of your Ant -installation.</p> +packaged together with the core Ant tasks.</p> <p>The external libraries required by each of the optional tasks is detailed in the <a href="#librarydependencies">Library Dependencies</a> section. These external
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>