From 7256bc0a466f4c2a448d6f784828e4d0f9be63c3 Mon Sep 17 00:00:00 2001
From: Matthew Jason Benson <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:
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.