Author: bodewig
Date: Thu Aug 20 08:43:20 2009
New Revision: 806088
URL: http://svn.apache.org/viewvc?rev=806088&view=rev
Log:
missing column in attribute table, a few corrections
Modified:
ant/core/trunk/docs/manual/CoreTasks/ear.html
ant/core/trunk/docs/manual/CoreTasks/jar.html
ant/core/trunk/docs/manual/CoreTasks/war.html
ant/core/trunk/docs/manual/CoreTasks/zip.html
Modified: ant/core/trunk/docs/manual/CoreTasks/ear.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/ear.html?rev=806088&r1=806087&r2=806088&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/ear.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/ear.html Thu Aug 20 08:43:20 2009
@@ -233,6 +233,7 @@
<em>Since Ant 1.8.0</em>.
<br/>See also the <a href="zip.html#encoding">discussion in the
zip task page</a></td>
+ <td align="center" valign="top">No, default is "never"</td>
</tr>
<tr>
<td valign="top">fallbacktoUTF8</td>
Modified: ant/core/trunk/docs/manual/CoreTasks/jar.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/jar.html?rev=806088&r1=806087&r2=806088&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/jar.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/jar.html Thu Aug 20 08:43:20 2009
@@ -289,6 +289,7 @@
<em>Since Ant 1.8.0</em>.
<br/>See also the <a href="zip.html#encoding">discussion in the
zip task page</a></td>
+ <td align="center" valign="top">No, default is "never"</td>
</tr>
<tr>
<td valign="top">fallbacktoUTF8</td>
@@ -352,7 +353,10 @@
</ul>
<p>This task will not create any index entries for archives that are
-empty or only contain files inside the META-INF directory.</p>
+ empty or only contain files inside the META-INF directory unless
+ the <code>indexmetainf</code> attribute has been set
+ to <code>true</code>.</p>
+
<a name="service"><h4>service</h4></a>
<p><em>since ant 1.7.0</em></p>
@@ -450,7 +454,7 @@
<attribute name="Implementation-Title"
value="GreatProduct"/>
<attribute name="Implementation-Version"
value="1.0.0beta2"/>
<!-- details -->
- <section name="common/class1.class">
+ <section name="common/MyClass.class">
<attribute name="Sealed" value="false"/>
</section>
</manifest>
Modified: ant/core/trunk/docs/manual/CoreTasks/war.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/war.html?rev=806088&r1=806087&r2=806088&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/war.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/war.html Thu Aug 20 08:43:20 2009
@@ -236,6 +236,7 @@
<em>Since Ant 1.8.0</em>.
<br/>See also the <a href="zip.html#encoding">discussion in the
zip task page</a></td>
+ <td align="center" valign="top">No, default is "never"</td>
</tr>
<tr>
<td valign="top">fallbacktoUTF8</td>
Modified: ant/core/trunk/docs/manual/CoreTasks/zip.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/zip.html?rev=806088&r1=806087&r2=806088&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/zip.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/zip.html Thu Aug 20 08:43:20 2009
@@ -316,7 +316,7 @@
fields create bigger archives.</p>
<p>The fallbackToUTF8 attribute of zip can be used to create archives
- that use the specified encoding in the majority of cases but UTF and
+ that use the specified encoding in the majority of cases but UTF-8 and
the language encoding flag for filenames that cannot be encoded
using the specified encoding.</p>