From 7a504524f2128691466e1517c75c0c92468f77f5 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Tue, 8 May 2007 16:27:09 +0000 Subject: [PATCH] fix textfile/astext attribute descriptions git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@536242 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/conditions.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/CoreTasks/conditions.html b/docs/manual/CoreTasks/conditions.html index 940aa38c4..29ff1834e 100644 --- a/docs/manual/CoreTasks/conditions.html +++ b/docs/manual/CoreTasks/conditions.html @@ -264,7 +264,7 @@ or the filenames match the answer is so obvious the detailed test is omitted. textfile Whether to ignore line endings when comparing files; defaults to false, while - true bypasses the size comparison. Since Ant 1.7 + true triggers a binary comparison. Since Ant 1.7 No @@ -751,7 +751,7 @@ must match. Since Ant 1.7 astext Whether to ignore line endings when comparing resource content; defaults to false, - while true bypasses the size comparison. + while true triggers a binary comparison. No