donaldp     02/02/02 19:41:44

  Modified:    proposal/myrmidon/src/make sample.ant
  Log:
  type -> role for attribute name
  
  Revision  Changes    Path
  1.30      +1 -1      jakarta-ant/proposal/myrmidon/src/make/sample.ant
  
  Index: sample.ant
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/make/sample.ant,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- sample.ant        3 Feb 2002 00:01:53 -0000       1.29
  +++ sample.ant        3 Feb 2002 03:41:44 -0000       1.30
  @@ -43,7 +43,7 @@
   
     <target name="typedef-test">
       <type-def name="log2"
  -              type="task"
  +              role="task"
                 classname="org.apache.antlib.core.Log"
                 lib="../../dist/lib/core.atl" />
   
  
  
  

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

Reply via email to