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 2009/01/16 01:06:07 UTC

svn commit: r734865 - in /ant/core/trunk: WHATSNEW docs/manual/CoreTasks/pathconvert.html

Author: mbenson
Date: Thu Jan 15 16:06:07 2009
New Revision: 734865

URL: http://svn.apache.org/viewvc?rev=734865&view=rev
Log:
pathconvert preserveduplicates

Modified:
    ant/core/trunk/WHATSNEW
    ant/core/trunk/docs/manual/CoreTasks/pathconvert.html

Modified: ant/core/trunk/WHATSNEW
URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=734865&r1=734864&r2=734865&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Thu Jan 15 16:06:07 2009
@@ -646,6 +646,10 @@
    full filesystem.
    Bugzilla Report 32676.
 
+ * <pathconvert> has a new preserveduplicates attribute--historically
+   these were eliminated in the interest of behaving in the manner
+   of a "path."
+
 Changes from Ant 1.7.0 TO Ant 1.7.1
 =============================================
 

Modified: ant/core/trunk/docs/manual/CoreTasks/pathconvert.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/pathconvert.html?rev=734865&r1=734864&r2=734865&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/pathconvert.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/pathconvert.html Thu Jan 15 16:06:07 2009
@@ -90,11 +90,17 @@
     <td valign="top" align="center">No; if omitted, a nested
         <code>&lt;path&gt;</code> element must be supplied.</td>
   </tr>
+  <tr>
     <td valign="top">setonempty</td>
     <td valign="top">Should the property be set, even if the result
       is the empty string?
     <td valign="top" align="center">No; default is &quot;true&quot;.
   </tr>
+  <tr>
+    <td valign="top">preserveduplicates</td>
+    <td valign="top">Whether to preserve duplicate resources. <b>Since Ant 1.8</b></td>
+    <td valign="top" align="center">No; default &quot;false&quot;.
+  </tr>
 </table>
 <h3>Parameters specified as nested elements</h3>
 <h4>map</h4>