|
@@ -289,6 +289,7 @@ to a value other than its default, <code>"add"</code>.</b></p> |
|
|
<em>Since Ant 1.8.0</em>. |
|
|
<em>Since Ant 1.8.0</em>. |
|
|
<br/>See also the <a href="zip.html#encoding">discussion in the |
|
|
<br/>See also the <a href="zip.html#encoding">discussion in the |
|
|
zip task page</a></td> |
|
|
zip task page</a></td> |
|
|
|
|
|
<td align="center" valign="top">No, default is "never"</td> |
|
|
</tr> |
|
|
</tr> |
|
|
<tr> |
|
|
<tr> |
|
|
<td valign="top">fallbacktoUTF8</td> |
|
|
<td valign="top">fallbacktoUTF8</td> |
|
@@ -352,7 +353,10 @@ depend on your manifest:</p> |
|
|
</ul> |
|
|
</ul> |
|
|
|
|
|
|
|
|
<p>This task will not create any index entries for archives that are |
|
|
<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> |
|
|
<a name="service"><h4>service</h4></a> |
|
|
|
|
|
|
|
|
<p><em>since ant 1.7.0</em></p> |
|
|
<p><em>since ant 1.7.0</em></p> |
|
@@ -450,7 +454,7 @@ by Java).</p> |
|
|
<attribute name="Implementation-Title" value="GreatProduct"/> |
|
|
<attribute name="Implementation-Title" value="GreatProduct"/> |
|
|
<attribute name="Implementation-Version" value="1.0.0beta2"/> |
|
|
<attribute name="Implementation-Version" value="1.0.0beta2"/> |
|
|
<!-- details --> |
|
|
<!-- details --> |
|
|
<section name="common/class1.class"> |
|
|
|
|
|
|
|
|
<section name="common/MyClass.class"> |
|
|
<attribute name="Sealed" value="false"/> |
|
|
<attribute name="Sealed" value="false"/> |
|
|
</section> |
|
|
</section> |
|
|
</manifest> |
|
|
</manifest> |
|
|