holtdl 02/05/13 09:23:45
Modified: docs/manual Tag: ANT_15_BRANCH tasksoverview.html
Log:
Move <pathconvert> to the Property Tasks section, since it sets a property.
Couple o' minor tweaks.
Revision Changes Path
No revision
No revision
1.14.2.2 +10 -9 jakarta-ant/docs/manual/tasksoverview.html
Index: tasksoverview.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/tasksoverview.html,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -u -r1.14.2.1 -r1.14.2.2
--- tasksoverview.html 3 May 2002 10:48:24 -0000 1.14.2.1
+++ tasksoverview.html 13 May 2002 16:23:44 -0000 1.14.2.2
@@ -661,13 +661,6 @@
</tr>
<tr valign="top">
- <td nowrap><a href="CoreTasks/pathconvert.html">PathConvert</a></td>
- <td><p>Converts a nested path, path reference, or fileset reference
- to the form usable on a specified platform and stores the result in
- a given property.</p></td>
- </tr>
-
- <tr valign="top">
<td nowrap><a href="OptionalTasks/script.html">Script</a></td>
<td><p>Executes a script in a
<a href="http://oss.software.ibm.com/developerworks/opensource/bsf/"
@@ -877,12 +870,12 @@
<a href="OptionalTasks/echoproperties.html">Echoproperties</a><br>
</td>
- <td><p>Lists the current properties</p></td>
+ <td><p>Lists the current properties.</p></td>
</tr>
<tr valign="top">
<td nowrap><a href="CoreTasks/loadfile.html">LoadFile</a></td>
- <td><p>Loads a file into a property</p></td>
+ <td><p>Loads a file into a property.</p></td>
</tr>
<tr valign="top">
@@ -891,6 +884,14 @@
equivalent to using <code><property file="..."/></code>
except that it supports nested <code><filterchain></code>
elements,
and it cannot be specified outside a target.</p></td>
+ </tr>
+
+ <tr valign="top">
+ <td nowrap><a href="CoreTasks/pathconvert.html">PathConvert</a></td>
+ <td><p>Converts a nested path, path reference, filelist reference, or
+ fileset reference to the form usable on a specified platform and/or
+ to a list of items separated by the specified separator and stores
+ the result in the specified property.</p></td>
</tr>
<tr valign="top">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>