umagesh     2004/06/06 10:31:50

  Modified:    .        WHATSNEW
  Log:
  Tasks extending from abstract DispatchTask may have multiple action methods 
that will get invoked depending upon the action attribute of the task.
  
  Revision  Changes    Path
  1.616     +3 -0      ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.615
  retrieving revision 1.616
  diff -u -r1.615 -r1.616
  --- WHATSNEW  4 Jun 2004 17:51:21 -0000       1.615
  +++ WHATSNEW  6 Jun 2004 17:31:50 -0000       1.616
  @@ -30,6 +30,9 @@
   
   * Changed default tempdir for <javac> from user.dir to java.io.tmpdir.
   
  +* A new base class DispatchTask has been added to facilitate elegant 
  +  creation of tasks with multiple actions.
  +
   Changes from Ant 1.6.1 to current Ant 1.6 CVS version
   =====================================================
   
  
  
  

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

Reply via email to