From 64798621cd691d78e12a34de37ae116ebeb77b68 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 22 Apr 2005 16:35:22 +0000 Subject: [PATCH] duh git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278165 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/fail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/fail.html b/docs/manual/CoreTasks/fail.html index 7ec3d5856..7c68e8424 100644 --- a/docs/manual/CoreTasks/fail.html +++ b/docs/manual/CoreTasks/fail.html @@ -41,7 +41,7 @@ or character data nested into the element.

status Exit using the specified status code; assuming the generated Exception is not caught, the - JVM will exit with this status. Since Ant 1.7 + JVM will exit with this status. Since Ant 1.6.2 No