Browse Source

pathconvert preserveduplicates

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@734865 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 16 years ago
parent
commit
5e7b9b56d7
2 changed files with 10 additions and 0 deletions
  1. +4
    -0
      WHATSNEW
  2. +6
    -0
      docs/manual/CoreTasks/pathconvert.html

+ 4
- 0
WHATSNEW View File

@@ -646,6 +646,10 @@ Other changes:
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
=============================================



+ 6
- 0
docs/manual/CoreTasks/pathconvert.html View File

@@ -90,11 +90,17 @@ drive letters to Unix paths, and vice-versa.</p>
<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>


Loading…
Cancel
Save