peterreilly 2004/08/23 07:15:06
Modified: . WHATSNEW
docs/manual/CoreTasks checksum.html
Log:
checksum fileext property doc wrong
PR: 30787
Obtained from: Howard M. Lewis Ship
Revision Changes Path
1.651 +2 -0 ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/ant/WHATSNEW,v
retrieving revision 1.650
retrieving revision 1.651
diff -u -r1.650 -r1.651
--- WHATSNEW 23 Aug 2004 13:42:19 -0000 1.650
+++ WHATSNEW 23 Aug 2004 14:15:05 -0000 1.651
@@ -76,6 +76,8 @@
* 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.
+* checksum fileext property doc wrong. Bugzilla 30787.
+
Changes from Ant 1.6.1 to Ant 1.6.2
===================================
1.12 +2 -2 ant/docs/manual/CoreTasks/checksum.html
Index: checksum.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/checksum.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- checksum.html 9 Feb 2004 21:50:05 -0000 1.11
+++ checksum.html 23 Aug 2004 14:15:06 -0000 1.12
@@ -51,8 +51,8 @@
<tr>
<td valign="top">fileext</td>
<td valign="top">The generated checksum file's name will be the
- original filename with "." 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 valign="top" align="center">No</td>
</tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]