stevel 2005/02/07 15:41:10 Modified: docs/manual/CoreTasks conditions.html unzip.html Log: minor doc updates Revision Changes Path 1.27 +2 -1 ant/docs/manual/CoreTasks/conditions.html Index: conditions.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/conditions.html,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- conditions.html 22 Jan 2005 22:01:15 -0000 1.26 +++ conditions.html 7 Feb 2005 23:41:10 -0000 1.27 @@ -340,7 +340,8 @@ If the name of the signature is passed, the file is checked for presence of that particular signature; otherwise the file is checked for the - existence of any signature + existence of any signature. It does not perform rigorous + signature validation; it only looks for the presence of a signature. </p> <p> This condition was added in Apache Ant 1.7. 1.15 +2 -4 ant/docs/manual/CoreTasks/unzip.html Index: unzip.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/unzip.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- unzip.html 30 Oct 2004 19:44:02 -0000 1.14 +++ unzip.html 7 Feb 2005 23:41:10 -0000 1.15 @@ -9,9 +9,7 @@ <h2><a name="unzip">Unjar/Untar/Unwar/Unzip</a></h2> <h3>Description</h3> -<p>Unzips a zip-, war-, tar- or jarfile.</p> -<p>For JDK 1.1 "last modified time" field is set to current time instead of being -carried from the archive file.</p> +<p>Unzips a zip-, war-, or jar file.</p> <p><a href="../CoreTypes/patternset.html">PatternSet</a>s are used to select files to extract <I>from</I> the archive. If no patternset is used, all files are extracted. </p> @@ -116,7 +114,7 @@ </pre></p> </blockquote> <hr> -<p align="center">Copyright © 2000-2004 The Apache Software Foundation. All rights +<p align="center">Copyright © 2000-2005 The Apache Software Foundation. All rights Reserved.</p> </body>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]