Browse Source

typo reported by Charles Antony

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1461421 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 12 years ago
parent
commit
e985027143
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      manual/Tasks/ear.html
  2. +1
    -1
      manual/Tasks/jar.html
  3. +1
    -1
      manual/Tasks/war.html
  4. +1
    -1
      manual/Tasks/zip.html

+ 1
- 1
manual/Tasks/ear.html View File

@@ -227,7 +227,7 @@ to a value other than its default, <code>&quot;add&quot;</code>.</b></p>
<td valign="top">createUnicodeExtraFields</td> <td valign="top">createUnicodeExtraFields</td>
<td valign="top">Whether to create unicode extra fields to store <td valign="top">Whether to create unicode extra fields to store
the file names a second time inside the entry's metadata. the file names a second time inside the entry's metadata.
<br>Possible values are "never", "always" and "not-encodable"
<br>Possible values are "never", "always" and "not-encodeable"
which will only add Unicode extra fields if the file name cannot which will only add Unicode extra fields if the file name cannot
be encoded using the specified encoding. be encoded using the specified encoding.
<em>Since Ant 1.8.0</em>. <em>Since Ant 1.8.0</em>.


+ 1
- 1
manual/Tasks/jar.html View File

@@ -283,7 +283,7 @@ to a value other than its default, <code>"add"</code>.</b></p>
<td valign="top">createUnicodeExtraFields</td> <td valign="top">createUnicodeExtraFields</td>
<td valign="top">Whether to create unicode extra fields to store <td valign="top">Whether to create unicode extra fields to store
the file names a second time inside the entry's metadata. the file names a second time inside the entry's metadata.
<br>Possible values are "never", "always" and "not-encodable"
<br>Possible values are "never", "always" and "not-encodeable"
which will only add Unicode extra fields if the file name cannot which will only add Unicode extra fields if the file name cannot
be encoded using the specified encoding. be encoded using the specified encoding.
<em>Since Ant 1.8.0</em>. <em>Since Ant 1.8.0</em>.


+ 1
- 1
manual/Tasks/war.html View File

@@ -230,7 +230,7 @@ to a value other than its default, <code>&quot;add&quot;</code>.</b></p>
<td valign="top">createUnicodeExtraFields</td> <td valign="top">createUnicodeExtraFields</td>
<td valign="top">Whether to create unicode extra fields to store <td valign="top">Whether to create unicode extra fields to store
the file names a second time inside the entry's metadata. the file names a second time inside the entry's metadata.
<br>Possible values are "never", "always" and "not-encodable"
<br>Possible values are "never", "always" and "not-encodeable"
which will only add Unicode extra fields if the file name cannot which will only add Unicode extra fields if the file name cannot
be encoded using the specified encoding. be encoded using the specified encoding.
<em>Since Ant 1.8.0</em>. <em>Since Ant 1.8.0</em>.


+ 1
- 1
manual/Tasks/zip.html View File

@@ -256,7 +256,7 @@ archive.</p>
<td valign="top">createUnicodeExtraFields</td> <td valign="top">createUnicodeExtraFields</td>
<td valign="top">Whether to create unicode extra fields to store <td valign="top">Whether to create unicode extra fields to store
the file names a second time inside the entry's metadata. the file names a second time inside the entry's metadata.
<br>Possible values are "never", "always" and "not-encodable"
<br>Possible values are "never", "always" and "not-encodeable"
which will only add Unicode extra fields if the file name cannot which will only add Unicode extra fields if the file name cannot
be encoded using the specified encoding. be encoded using the specified encoding.
<em>Since Ant 1.8.0</em>. <em>Since Ant 1.8.0</em>.


Loading…
Cancel
Save