--- Magesh Umasankar <[EMAIL PROTECTED]> wrote: > If it has been more than 2 releases old, then +1 to chuck it away from > documents.
CVS log for jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Delete.java [snip] ---------------------------------------------------------------------- Revision 1.9 / (download) - annotate - [select for diffs] , Wed Oct 4 09:18:48 2000 UTC (16 months ago) by bodewig Branch: MAIN CVS Tags: ANT_12_FIXES, ANT_12 Changes since 1.8: +1 -1 lines Diff to previous 1.8 (colored) Made the old file handling tasks even more deprecated. Made Ant use the new tasks in its own buildfile. Fixed a problem with <delete dir=""> when the directory didn't exists (deltree would ignore this - delete now does so as well). ---------------------------------------------------------------------- Revision 1.8 / (download) - annotate - [select for diffs] , Wed Oct 4 04:33:58 2000 UTC (16 months ago) by glennm Branch: MAIN Changes since 1.7: +182 -51 lines Diff to previous 1.7 (colored) Consolidation of Copyfile, Copydir, Delete, Deltree, and Rename into Copy, Move, and Delete tasks. I'd say this qualifies, yes? :) Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
