bodewig     00/09/12 07:44:07

  Modified:    .        build.xml
               docs     index.html
  Removed:     .        buildAnt buildAnt.xml
  Log:
  Removed some unused files and added a pointer to the mailing list
  archive at covalent.net.
  
  Revision  Changes    Path
  1.69      +1 -1      jakarta-ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/build.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- build.xml 2000/09/11 13:08:33     1.68
  +++ build.xml 2000/09/12 14:44:02     1.69
  @@ -7,7 +7,7 @@
   <project name="Ant" default="main" basedir=".">
   
     <!-- Give user a chance to override without editing this file 
  -       (and without typing -D each time it compiles it -->
  +       (and without typing -D each time it compiles it) -->
     <property file="${user.home}/.ant.properties" />
   
     <property name="Name" value="Ant"/>
  
  
  
  1.98      +3 -0      jakarta-ant/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/index.html,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- index.html        2000/09/11 13:08:35     1.97
  +++ index.html        2000/09/12 14:44:05     1.98
  @@ -4842,6 +4842,9 @@
   <p>If you want to contribute to Ant or stay current with the latest
   development, join the Ant Development Mail List (<a
   href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>)</p>
  +<p>Archives of both lists can be found at <a
  +href="http://archive.covalent.net/";>http://archive.covalent.net/</a>. Many
  +thanks to Covalent Technologies.</p>
   <hr>
   <p align="center">Copyright � 2000 Apache Software Foundation. All rights
   Reserved.</p>
  
  
  

Reply via email to