Author: jhm
Date: Mon Jan 22 07:22:48 2007
New Revision: 498647

URL: http://svn.apache.org/viewvc?view=rev&rev=498647
Log:
Wrong attribute name in the message.

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/War.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/War.java
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/War.java?view=diff&rev=498647&r1=498646&r2=498647
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/War.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/War.java Mon Jan 22 
07:22:48 2007
@@ -221,7 +221,7 @@
             && 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();



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to