peterreilly 2004/08/23 07:15:46
Modified: . Tag: ANT_16_BRANCH WHATSNEW
docs/manual/CoreTasks Tag: ANT_16_BRANCH checksum.html
Log:
sync
Revision Changes Path
No revision
No revision
1.503.2.128 +2 -0 ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/ant/WHATSNEW,v
retrieving revision 1.503.2.127
retrieving revision 1.503.2.128
diff -u -r1.503.2.127 -r1.503.2.128
--- WHATSNEW 23 Aug 2004 13:42:42 -0000 1.503.2.127
+++ WHATSNEW 23 Aug 2004 14:15:46 -0000 1.503.2.128
@@ -30,6 +30,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
===================================
No revision
No revision
1.8.2.5 +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.8.2.4
retrieving revision 1.8.2.5
diff -u -r1.8.2.4 -r1.8.2.5
--- checksum.html 9 Feb 2004 22:12:06 -0000 1.8.2.4
+++ checksum.html 23 Aug 2004 14:15:46 -0000 1.8.2.5
@@ -52,8 +52,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]