Browse Source

document that <pathconvert> can actually support multiple resource collections now.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454833 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 18 years ago
parent
commit
a5170305b9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/manual/CoreTasks/pathconvert.html

+ 2
- 2
docs/manual/CoreTasks/pathconvert.html View File

@@ -26,8 +26,8 @@

<h2><a name="pathconvert">Pathconvert</a></h2>
<h3>Description</h3>
<p>Converts a nested <a href="../CoreTypes/resources.html#collection">
ResourceCollection</a>, or a reference to one, into a path
<p>Converts nested <a href="../CoreTypes/resources.html#collection">
ResourceCollection</a>s, or a reference to just one, into a path
form for a particular platform, optionally storing the result into
a given property. It can also be used when you need
to convert a Resource Collection into a list, separated by a given


Loading…
Cancel
Save