From 381464153cd55e152a61d173e310a151ed541a75 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 23 Dec 2005 20:17:11 +0000 Subject: [PATCH] Document since Ant 1.7 for textfile attribute. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@358864 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/conditions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/conditions.html b/docs/manual/CoreTasks/conditions.html index ed01b5f8b..0ec0ae12c 100644 --- a/docs/manual/CoreTasks/conditions.html +++ b/docs/manual/CoreTasks/conditions.html @@ -248,7 +248,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. + true bypasses the size comparison. Since Ant 1.7 No