From 4a79f3ef132a3e94a7e6d92830426931c8adab9c Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Sun, 21 Jan 2001 15:35:45 +0000 Subject: [PATCH] Fix documentation for Get task Submitted by: Nico Seessle git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268497 13f79535-47bb-0310-9956-ffa450edef68 --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index ac12460ea..8ad1ed63e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2800,7 +2800,7 @@ displays a '.' for every 100 Kb retrieved.

doing automated builds. CVS is significantly slower than loading a compressed archive with http/ftp.

-The usetimestamps option enables you to control downloads so that the remote file is +The usetimestamp option enables you to control downloads so that the remote file is only fetched if newer than the local copy. If there is no local copy, the download always takes place. When a file is downloaded, the timestamp of the downloaded file is set to the remote timestamp, if the JVM is Java1.2 or later. @@ -2833,7 +2833,7 @@ NB: This timestamp facility only works on downloads using the HTTP protocol. No - usetimestamps + usetimestamp conditionally download a file based on the timestamp of the local copy. HTTP only No