You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2001/12/16 06:26:26 UTC

cvs commit: jakarta-ant/proposal/myrmidon/src/manifest builtin-ant-descriptor.xml

donaldp     01/12/15 21:26:26

  Modified:    proposal/myrmidon/src/manifest builtin-ant-descriptor.xml
  Log:
  Update Listeners so that the default listener is like the NoBannerLogger from Ant1.x while the classic is like ants current default.
  
  Revision  Changes    Path
  1.4       +1 -0      jakarta-ant/proposal/myrmidon/src/manifest/builtin-ant-descriptor.xml
  
  Index: builtin-ant-descriptor.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/manifest/builtin-ant-descriptor.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- builtin-ant-descriptor.xml	2001/06/29 03:07:19	1.3
  +++ builtin-ant-descriptor.xml	2001/12/16 05:26:26	1.4
  @@ -3,6 +3,7 @@
     <types>
   
       <listener name="default" classname="org.apache.myrmidon.listeners.DefaultProjectListener"/>
  +    <listener name="classic" classname="org.apache.myrmidon.listeners.ClassicProjectListener"/>
       <aspect name="noop" classname="org.apache.myrmidon.aspects.NoopAspectHandler"/>
       <project-builder name="ant" classname="org.apache.myrmidon.components.builder.DefaultProjectBuilder"/>
       <project-builder name="ati" classname="org.apache.myrmidon.components.builder.ATIProjectBuilder"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>