donaldp     02/02/02 23:09:46

  Modified:    proposal/myrmidon build.xml
  Log:
  Move the delete, touch and mkdir tasks into antlib. CLean and refactor each 
task to make sure is closer to code-normalized. Also make sure all the messages 
are capable of being i18n'ed
  
  Revision  Changes    Path
  1.51      +4 -0      jakarta-ant/proposal/myrmidon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/build.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- build.xml 3 Feb 2002 03:34:48 -0000       1.50
  +++ build.xml 3 Feb 2002 07:09:46 -0000       1.51
  @@ -359,6 +359,10 @@
       </ant>
   
       <ant antfile="antlib.xml">
  +      <property name="antlib.name" value="file"/>
  +    </ant>
  +
  +    <ant antfile="antlib.xml">
         <property name="antlib.name" value="archive"/>
       </ant>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to