PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271911 13f79535-47bb-0310-9956-ffa450edef68master
@@ -18,6 +18,7 @@ | |||||
<a href="CoreTasks/antstructure.html">AntStructure</a><br> | <a href="CoreTasks/antstructure.html">AntStructure</a><br> | ||||
<a href="CoreTasks/apply.html">Apply/<i>ExecOn</i></a><br> | <a href="CoreTasks/apply.html">Apply/<i>ExecOn</i></a><br> | ||||
<a href="CoreTasks/available.html">Available</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/unpack.html">BUnzip2</a><br> | ||||
<a href="CoreTasks/pack.html">BZip2</a><br> | <a href="CoreTasks/pack.html">BZip2</a><br> | ||||
<a href="CoreTasks/checksum.html">Checksum</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/delete.html">Delete</a><br> | ||||
<a href="CoreTasks/deltree.html"><i>Deltree</i></a><br> | <a href="CoreTasks/deltree.html"><i>Deltree</i></a><br> | ||||
<a href="CoreTasks/dependset.html">Dependset</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/ear.html">Ear</a><br> | ||||
<a href="CoreTasks/echo.html">Echo</a><br> | <a href="CoreTasks/echo.html">Echo</a><br> | ||||
<a href="CoreTasks/exec.html">Exec</a><br> | <a href="CoreTasks/exec.html">Exec</a><br> | ||||
@@ -814,12 +814,24 @@ documentation.</p> | |||||
classpath, or JVM system resource is available at runtime.</p></td> | classpath, or JVM system resource is available at runtime.</p></td> | ||||
</tr> | </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"> | <tr valign="top"> | ||||
<td nowrap><a href="CoreTasks/condition.html">Condition</a></td> | <td nowrap><a href="CoreTasks/condition.html">Condition</a></td> | ||||
<td><p>Sets a property if a certain condition holds true - this is a | <td><p>Sets a property if a certain condition holds true - this is a | ||||
generalization of <a href="CoreTasks/available.html">Available</a> and | generalization of <a href="CoreTasks/available.html">Available</a> and | ||||
<a href="CoreTasks/uptodate.html">Uptodate</a>.</p></td> | <a href="CoreTasks/uptodate.html">Uptodate</a>.</p></td> | ||||
</tr> | </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"> | <tr valign="top"> | ||||
<td nowrap> | <td nowrap> | ||||
<a href="OptionalTasks/echoproperties.html">Echoproperties</a><br> | <a href="OptionalTasks/echoproperties.html">Echoproperties</a><br> | ||||