From 0562565514de204ee5b52be8eef09aa83836e1a0 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Sat, 8 Dec 2001 06:50:18 +0000 Subject: [PATCH] fractional doc clarification git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270093 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/copy.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/copy.html b/docs/manual/CoreTasks/copy.html index 56292a294..d953ed4fa 100644 --- a/docs/manual/CoreTasks/copy.html +++ b/docs/manual/CoreTasks/copy.html @@ -31,7 +31,8 @@ To use a fileset, the todir attribute must be set.

preservelastmodified Give the copied files the same last modified - time as the original files. Defaults to "no". + time as the original source files. Defaults to "no". + [ignored on Java 1.1] No