Browse Source

Just when you think you've remembered everything...

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271911 13f79535-47bb-0310-9956-ffa450edef68
master
Diane Holt 23 years ago
parent
commit
0f96ff5c24
2 changed files with 14 additions and 0 deletions
  1. +2
    -0
      docs/manual/coretasklist.html
  2. +12
    -0
      docs/manual/tasksoverview.html

+ 2
- 0
docs/manual/coretasklist.html View File

@@ -18,6 +18,7 @@
<a href="CoreTasks/antstructure.html">AntStructure</a><br>
<a href="CoreTasks/apply.html">Apply/<i>ExecOn</i></a><br>
<a href="CoreTasks/available.html">Available</a><br>
<a href="CoreTasks/basename.html">Basename</a><br>
<a href="CoreTasks/unpack.html">BUnzip2</a><br>
<a href="CoreTasks/pack.html">BZip2</a><br>
<a href="CoreTasks/checksum.html">Checksum</a><br>
@@ -32,6 +33,7 @@
<a href="CoreTasks/delete.html">Delete</a><br>
<a href="CoreTasks/deltree.html"><i>Deltree</i></a><br>
<a href="CoreTasks/dependset.html">Dependset</a><br>
<a href="CoreTasks/dirname.html">Dirname</a><br>
<a href="CoreTasks/ear.html">Ear</a><br>
<a href="CoreTasks/echo.html">Echo</a><br>
<a href="CoreTasks/exec.html">Exec</a><br>


+ 12
- 0
docs/manual/tasksoverview.html View File

@@ -814,12 +814,24 @@ documentation.</p>
classpath, or JVM system resource is available at runtime.</p></td>
</tr>

<tr valign="top">
<td nowrap><a href="CoreTasks/basename.html">Basename</a></td>
<td><p>Sets a property to the last element of a specified path.
</tr>

<tr valign="top">
<td nowrap><a href="CoreTasks/condition.html">Condition</a></td>
<td><p>Sets a property if a certain condition holds true - this is a
generalization of <a href="CoreTasks/available.html">Available</a> and
<a href="CoreTasks/uptodate.html">Uptodate</a>.</p></td>
</tr>

<tr valign="top">
<td nowrap><a href="CoreTasks/dirname.html">Dirname</a></td>
<td><p>Sets a property to the value of the specified file up to,
but not including, the last path element.
</tr>

<tr valign="top">
<td nowrap>
<a href="OptionalTasks/echoproperties.html">Echoproperties</a><br>


Loading…
Cancel
Save