From 610e44723cb4504855678fd1342f189442f5016f Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Thu, 21 Jul 2005 15:45:42 +0000 Subject: [PATCH] Eliminate confusing wording RE failonerror attribute. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278469 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/javac.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html index fbdd3c496..4b4141668 100644 --- a/docs/manual/CoreTasks/javac.html +++ b/docs/manual/CoreTasks/javac.html @@ -303,9 +303,9 @@ invoking the compiler.

No - failonerror - Indicates whether the build will continue even if there are compilation errors; defaults to true. - + failonerror + Indicates whether compilation errors + will fail the build; defaults to true. No