From 70e913ffe7c1f80e110cfb3386c5fe58807f1483 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 7 Nov 2013 08:15:39 +0000 Subject: [PATCH] PR 55751 description of filesmatch's textfile attribute is wrong git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1539547 13f79535-47bb-0310-9956-ffa450edef68 --- manual/Tasks/conditions.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/Tasks/conditions.html b/manual/Tasks/conditions.html index 3f0ea844f..410c3789a 100644 --- a/manual/Tasks/conditions.html +++ b/manual/Tasks/conditions.html @@ -278,9 +278,9 @@ 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 triggers a binary comparison. Since Ant 1.7 + Whether to ignore line endings when comparing + files; defaults to false which triggers a binary + comparison. Since Ant 1.7 No