Author: bodewig
Date: Fri Aug 8 05:40:30 2008
New Revision: 683953
URL: http://svn.apache.org/viewvc?rev=683953&view=rev
Log:
make sentence understandable. PR 45300.
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=683953&r1=683952&r2=683953&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/war.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/war.html Fri Aug 8 05:40:30 2008
@@ -287,7 +287,7 @@
<code>src/metadata/myapp.xml</code>.
<p>We regulary receive bug reports that this task is creating the WEB-INF
-directory, and thus it is our fault your webapp doesn't work. The cause
+directory as web-inf (all lower case), and thus it is our fault your webapp
doesn't work. The cause
of these complaints lies in WinZip, which turns an all upper-case
directory into an all lower case one in a fit of helpfulness. Please check that
<code>jar xvf yourwebapp.war</code> shows the same behaviour before filing
another