diff --git a/docs/manual/CoreTasks/war.html b/docs/manual/CoreTasks/war.html index fcd7cecc9..caf6c429e 100644 --- a/docs/manual/CoreTasks/war.html +++ b/docs/manual/CoreTasks/war.html @@ -45,7 +45,7 @@ attributes of zipfilesets in a Zip or Jar task.)

be made optional. However, as most real web applications do need a web.xml file, it is not optional by default. The task will fail if the file is not included, unless the needxmlfile attribute - is set to true. The task + is set to false. The task will warn if more than one web.xml file is added to the JAR through the filesets.

@@ -84,7 +84,7 @@ to a value other than its default, "add".

needxmlfile Flag to indicate whether or not the web.xml file is needed. - I=it should be set to false when generating + It should be set to false when generating servlet 2.5+ WAR files without a web.xml file. Since Ant 1.7 No -default "true"