Browse Source

Wrong attribute name in the message.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@498647 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 18 years ago
parent
commit
44c6b562f7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/War.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/War.java View File

@@ -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();


Loading…
Cancel
Save