donaldp     02/01/11 21:05:55

  Modified:    proposal/myrmidon/src/manifest nativelib-ant-descriptor.xml
  Log:
  Register the exec task
  
  Revision  Changes    Path
  1.2       +1 -0      
jakarta-ant/proposal/myrmidon/src/manifest/nativelib-ant-descriptor.xml
  
  Index: nativelib-ant-descriptor.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/manifest/nativelib-ant-descriptor.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- nativelib-ant-descriptor.xml      5 Jan 2002 03:20:49 -0000       1.1
  +++ nativelib-ant-descriptor.xml      12 Jan 2002 05:05:55 -0000      1.2
  @@ -2,6 +2,7 @@
   
     <types>
       <task name="load-environment" 
classname="org.apache.antlib.nativelib.LoadEnvironment" />
  +    <task name="exec" classname="org.apache.antlib.nativelib.Exec" />
     </types>
   
   </ant-lib>
  
  
  

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

Reply via email to