Browse Source

checksum fileext property doc wrong

PR: 30787
Obtained from: Howard M. Lewis Ship


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276798 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
51f92f3d6d
2 changed files with 4 additions and 2 deletions
  1. +2
    -0
      WHATSNEW
  2. +2
    -2
      docs/manual/CoreTasks/checksum.html

+ 2
- 0
WHATSNEW View File

@@ -76,6 +76,8 @@ Fixed bugs:
* MacroInstance did not clean up nested elements correctly in the execute method, causing * MacroInstance did not clean up nested elements correctly in the execute method, causing
multiple use of the same macro instance with nested elements to fail. multiple use of the same macro instance with nested elements to fail.


* checksum fileext property doc wrong. Bugzilla 30787.

Changes from Ant 1.6.1 to Ant 1.6.2 Changes from Ant 1.6.1 to Ant 1.6.2
=================================== ===================================




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

@@ -51,8 +51,8 @@ perform checksum verifications.
<tr> <tr>
<td valign="top">fileext</td> <td valign="top">fileext</td>
<td valign="top">The generated checksum file's name will be the <td valign="top">The generated checksum file's name will be the
original filename with &quot;.&quot; and fileext added to it.
Defaults to the algorithm name being used.
original filename with the fileext added to it.
Defaults to a "." and the algorithm name being used.
</td> </td>
<td valign="top" align="center">No</td> <td valign="top" align="center">No</td>
</tr> </tr>


Loading…
Cancel
Save