mbenson     2004/06/21 15:16:45

  Modified:    .        WHATSNEW
  Log:
  Show <fail> changes as merged.
  
  Revision  Changes    Path
  1.626     +5 -5      ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.625
  retrieving revision 1.626
  diff -u -r1.625 -r1.626
  --- WHATSNEW  17 Jun 2004 20:33:13 -0000      1.625
  +++ WHATSNEW  21 Jun 2004 22:16:45 -0000      1.626
  @@ -26,8 +26,6 @@
   
   * <loadproperties> supports loading from a resource.
   
  -* <fail> accepts a nested <condition>.
  -
   * Changed default tempdir for <javac> from user.dir to java.io.tmpdir.
   
   * A new base class DispatchTask has been added to facilitate elegant 
  @@ -37,9 +35,6 @@
     which will allow nonexistent files specified via <filelist>s to
     be passed to the executable.  Bugzilla Report 29585.
   
  -* <fail> has a status attribute that can be used to pass an exit
  -  status back to the command line.
  -
   Changes from Ant 1.6.1 to current Ant 1.6 CVS version
   =====================================================
   
  @@ -237,6 +232,11 @@
   * Add deleteonexit attribute to <delete>.
   
   * Added Target.getIf/Unless().  Bugzilla Report 29320.
  +
  +* <fail> has a status attribute that can be used to pass an exit
  +  status back to the command line.
  +
  +* <fail> accepts a nested <condition>.
   
   Changes from Ant 1.6.0 to Ant 1.6.1
   =============================================
  
  
  

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

Reply via email to