You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jh...@apache.org on 2010/03/25 12:54:51 UTC

svn commit: r927357 - /ant/core/trunk/docs/manual/CoreTasks/war.html

Author: jhm
Date: Thu Mar 25 11:54:50 2010
New Revision: 927357

URL: http://svn.apache.org/viewvc?rev=927357&view=rev
Log:
Correct typos according to Bug-48984

Modified:
    ant/core/trunk/docs/manual/CoreTasks/war.html

Modified: ant/core/trunk/docs/manual/CoreTasks/war.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/war.html?rev=927357&r1=927356&r2=927357&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/war.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/war.html Thu Mar 25 11:54:50 2010
@@ -45,7 +45,7 @@ attributes of zipfilesets in a Zip or Ja
     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 <code>needxmlfile</code> attribute
-    is set to <code>true</code>. The task
+    is set to <code>false</code>. The task
     will warn if more than one web.xml file is added to the JAR  
     through the filesets.
 </p>
@@ -84,7 +84,7 @@ to a value other than its default, <code
   <tr>
     <td valign="top">needxmlfile</td>
     <td valign="top">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.
         <em>Since Ant 1.7</em></td>
     <td valign="top" align="center">No -default "true"</td>