From 7256bc0a466f4c2a448d6f784828e4d0f9be63c3 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Thu, 24 Feb 2005 17:54:21 +0000 Subject: [PATCH] Fixed erroneous statements in documentation. PR: 33626 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277725 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/uptodate.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/CoreTasks/uptodate.html b/docs/manual/CoreTasks/uptodate.html index 7aa3973d8..06beeff99 100644 --- a/docs/manual/CoreTasks/uptodate.html +++ b/docs/manual/CoreTasks/uptodate.html @@ -17,8 +17,8 @@ elements. These are FileSets, whereas multiple target files are specified using a nested <mapper> element.

By default, the value of the property is set to true if -the timestamp of the target file(s) is more recent than the timestamp of -the corresponding source file(s). You can set the value to something other +the timestamp of the source file(s) is not more recent than the timestamp of +the corresponding target file(s). You can set the value to something other than the default by specifying the value attribute.

If a <srcfiles> element is used, without also specifying a <mapper> element, the default behavior is to use a @@ -115,7 +115,7 @@ against a single target file:

targetfile="${build}/.flagfile"/>

sets the property isUpToDate to true -if /usr/local/bin/testit is newer than +if /usr/local/bin/testit is not newer than ${build}/.flagfile.

@@ -141,7 +141,7 @@ if /usr/local/bin/testit is newer than


-

Copyright © 2000-2004 The Apache Software Foundation. +

Copyright © 2000-2005 The Apache Software Foundation. All rights Reserved.