You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2001/12/05 09:52:56 UTC

cvs commit: jakarta-ant/lib/optional README

bodewig     01/12/05 00:52:56

  Modified:    docs/manual install.html
               lib/optional README
  Log:
  add BCEL to the list of required libraries.
  
  Revision  Changes    Path
  1.20      +5 -0      jakarta-ant/docs/manual/install.html
  
  Index: install.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/install.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- install.html	2001/11/30 11:23:24	1.19
  +++ install.html	2001/12/05 08:52:55	1.20
  @@ -337,6 +337,11 @@
       <td><a href="http://www.savarese.org/oro/downloads/index.html#NetComponents"
              target="_top">www.savarese.org/oro/downloads</a></td>
     </tr>
  +  <tr>
  +    <td>bcel.jar</td>
  +    <td>classfileset data type<!-- and optional depend task -->.</td>
  +    <td><a href="http://jakarta.apache.org/bcel/" target="_top">jakarta.apache.org/bcel/</a></td>
  +  </tr>
   </table>
   <br>
   <hr>
  
  
  
  1.4       +2 -1      jakarta-ant/lib/optional/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/lib/optional/README,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- README	2001/11/06 09:58:58	1.3
  +++ README	2001/12/05 08:52:56	1.4
  @@ -1,2 +1,3 @@
   The file junit.jar is version 3.7 of JUnit, see the file LICENSE.junit
  -for the terms of distribution.
  +for the terms of distribution.  For more information about JUnit or
  +the latest release, see <http://www.junit.org/>.
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>