Hi, all. Please see below for patch to a typo in the Tstamp documentation.
Thanks. -- Christopher Elkins Index: tstamp.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/tstamp.html,v retrieving revision 1.2 diff -u -r1.2 tstamp.html --- tstamp.html 2001/02/13 12:31:52 1.2 +++ tstamp.html 2001/03/26 19:46:53 @@ -62,7 +62,7 @@ "TODAY_UK" with the date/time pattern "d MMM yyyy"</p> <pre> <tstamp> - <format property="TODAY_UK" pattern="d MMMM yyyy"> + <format property="TODAY_UK" pattern="d MMMM yyyy"/> </tstamp> </pre>
