Author: jhm Date: Tue Feb 28 09:10:04 2006 New Revision: 381709 URL: http://svn.apache.org/viewcvs?rev=381709&view=rev Log: <tarfileset> extends <fileset> not <tarfileset> itself.
Modified: ant/core/trunk/docs/manual/CoreTasks/tar.html Modified: ant/core/trunk/docs/manual/CoreTasks/tar.html URL: http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/CoreTasks/tar.html?rev=381709&r1=381708&r2=381709&view=diff ============================================================================== --- ant/core/trunk/docs/manual/CoreTasks/tar.html (original) +++ ant/core/trunk/docs/manual/CoreTasks/tar.html Tue Feb 28 09:10:04 2006 @@ -113,8 +113,8 @@ <h3>Nested Elements</h3> The tar task supports nested <a -href="../CoreTypes/fileset.html">tarfileset</a> elements. These are -extended <a href="../CoreTypes/tarfileset.html">TarFilesets</a> which, +href="../CoreTypes/tarfileset.html">tarfileset</a> elements. These are +extended <a href="../CoreTypes/fileset.html">FileSets</a> which, in addition to the standard elements, support one additional attributes @@ -223,7 +223,7 @@ will be retained in the resulting tar archive.</p> <hr> -<p align="center">Copyright © 2000-2002,2004-2005 The Apache Software Foundation. All rights +<p align="center">Copyright © 2000-2002,2004-2006 The Apache Software Foundation. All rights Reserved.</p> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]