Browse Source

missing column in attribute table, a few corrections

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@806088 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
bd264ff3bb
4 changed files with 9 additions and 3 deletions
  1. +1
    -0
      docs/manual/CoreTasks/ear.html
  2. +6
    -2
      docs/manual/CoreTasks/jar.html
  3. +1
    -0
      docs/manual/CoreTasks/war.html
  4. +1
    -1
      docs/manual/CoreTasks/zip.html

+ 1
- 0
docs/manual/CoreTasks/ear.html View File

@@ -233,6 +233,7 @@ to a value other than its default, <code>&quot;add&quot;</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>


+ 6
- 2
docs/manual/CoreTasks/jar.html View File

@@ -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>
&lt;attribute name=&quot;Implementation-Title&quot; value=&quot;GreatProduct&quot;/&gt; &lt;attribute name=&quot;Implementation-Title&quot; value=&quot;GreatProduct&quot;/&gt;
&lt;attribute name=&quot;Implementation-Version&quot; value=&quot;1.0.0beta2&quot;/&gt; &lt;attribute name=&quot;Implementation-Version&quot; value=&quot;1.0.0beta2&quot;/&gt;
&lt;!-- details --&gt; &lt;!-- details --&gt;
&lt;section name=&quot;common/class1.class&quot;&gt;
&lt;section name=&quot;common/MyClass.class&quot;&gt;
&lt;attribute name=&quot;Sealed&quot; value=&quot;false&quot;/&gt; &lt;attribute name=&quot;Sealed&quot; value=&quot;false&quot;/&gt;
&lt;/section&gt; &lt;/section&gt;
&lt;/manifest&gt; &lt;/manifest&gt;


+ 1
- 0
docs/manual/CoreTasks/war.html View File

@@ -236,6 +236,7 @@ to a value other than its default, <code>&quot;add&quot;</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>


+ 1
- 1
docs/manual/CoreTasks/zip.html View File

@@ -316,7 +316,7 @@ archive.</p>
fields create bigger archives.</p> fields create bigger archives.</p>


<p>The fallbackToUTF8 attribute of zip can be used to create archives <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 the language encoding flag for filenames that cannot be encoded
using the specified encoding.</p> using the specified encoding.</p>




Loading…
Cancel
Save