You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by mb...@apache.org on 2008/07/14 21:54:26 UTC

svn commit: r676706 - /ant/core/trunk/WHATSNEW

Author: mbenson
Date: Mon Jul 14 12:54:26 2008
New Revision: 676706

URL: http://svn.apache.org/viewvc?rev=676706&view=rev
Log:
better pointer for local properties

Modified:
    ant/core/trunk/WHATSNEW

Modified: ant/core/trunk/WHATSNEW
URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=676706&r1=676705&r2=676706&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Mon Jul 14 12:54:26 2008
@@ -153,7 +153,7 @@
    a build if a warning occurs.
    Bugzilla Report 41836.
 
- * Ant now supports local properties. Bugzilla report 23942.
+ * Ant now supports scoped properties (see Local task). Bugzilla report 23942.
 
  * <sql>'s CSV output can be controlled via the new attributes
    csvColumnSeparator and csvQuoteCharacter.