From bcd34c5d16b48d981353325de7ce7d18dd396d84 Mon Sep 17 00:00:00 2001
From: Jan Materne
Date: Thu, 25 Mar 2010 11:54:50 +0000
Subject: [PATCH] Correct typos according to Bug-48984
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@927357 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/war.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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" |