donaldp     00/12/10 16:35:20

  Modified:    proposal/myrmidon build.xml
  Log:
  Updated to latest Avalon which involved removing a lot of cruft from Ant.
  
  Revision  Changes    Path
  1.3       +2 -4      jakarta-ant/proposal/myrmidon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 2000/12/05 09:18:53     1.2
  +++ build.xml 2000/12/11 00:35:20     1.3
  @@ -165,10 +165,8 @@
   -->
   
       <mkdir dir="${build.classes}/TASK-LIB"/>
  -    <copy file="${build.src}/org/apache/ant/tasks/core/taskdefs.properties" 
  -          todir="${build.classes}/TASK-LIB"/>
  -    <copy 
file="${build.src}/org/apache/ant/convert/core/converters.properties" 
  -          todir="${build.classes}/TASK-LIB"/>
  +    <copy file="${manifest.dir}/taskdefs.xml" 
todir="${build.classes}/TASK-LIB"/>
  +
     </target>
   
     <!--
  
  
  

Reply via email to