From 44c6b562f74dd45c27e84bd91e4b796be76c5f0a Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Mon, 22 Jan 2007 15:22:48 +0000 Subject: [PATCH] Wrong attribute name in the message. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@498647 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/taskdefs/War.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/War.java b/src/main/org/apache/tools/ant/taskdefs/War.java index 83ef76920..f80fec3cf 100644 --- a/src/main/org/apache/tools/ant/taskdefs/War.java +++ b/src/main/org/apache/tools/ant/taskdefs/War.java @@ -221,7 +221,7 @@ public class War extends Jar { && needxmlfile && !isInUpdateMode()) { throw new BuildException("No WEB-INF/web.xml file was added.\n" - + "If this is your intent, set needxml='false' "); + + "If this is your intent, set needxmlfile='false' "); } addedWebXmlFile = null; super.cleanUp();