From e9850271433047986c136185014dd37ff2f75165 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 27 Mar 2013 06:02:07 +0000 Subject: [PATCH] typo reported by Charles Antony git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1461421 13f79535-47bb-0310-9956-ffa450edef68 --- manual/Tasks/ear.html | 2 +- manual/Tasks/jar.html | 2 +- manual/Tasks/war.html | 2 +- manual/Tasks/zip.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manual/Tasks/ear.html b/manual/Tasks/ear.html index 4479f1766..0138317d6 100644 --- a/manual/Tasks/ear.html +++ b/manual/Tasks/ear.html @@ -227,7 +227,7 @@ to a value other than its default, "add".

createUnicodeExtraFields Whether to create unicode extra fields to store the file names a second time inside the entry's metadata. -
Possible values are "never", "always" and "not-encodable" +
Possible values are "never", "always" and "not-encodeable" which will only add Unicode extra fields if the file name cannot be encoded using the specified encoding. Since Ant 1.8.0. diff --git a/manual/Tasks/jar.html b/manual/Tasks/jar.html index 65eca04b2..1d20d140d 100644 --- a/manual/Tasks/jar.html +++ b/manual/Tasks/jar.html @@ -283,7 +283,7 @@ to a value other than its default, "add".

createUnicodeExtraFields Whether to create unicode extra fields to store the file names a second time inside the entry's metadata. -
Possible values are "never", "always" and "not-encodable" +
Possible values are "never", "always" and "not-encodeable" which will only add Unicode extra fields if the file name cannot be encoded using the specified encoding. Since Ant 1.8.0. diff --git a/manual/Tasks/war.html b/manual/Tasks/war.html index f29774496..a84742e09 100644 --- a/manual/Tasks/war.html +++ b/manual/Tasks/war.html @@ -230,7 +230,7 @@ to a value other than its default, "add".

createUnicodeExtraFields Whether to create unicode extra fields to store the file names a second time inside the entry's metadata. -
Possible values are "never", "always" and "not-encodable" +
Possible values are "never", "always" and "not-encodeable" which will only add Unicode extra fields if the file name cannot be encoded using the specified encoding. Since Ant 1.8.0. diff --git a/manual/Tasks/zip.html b/manual/Tasks/zip.html index 37e2bc746..395f97bd7 100644 --- a/manual/Tasks/zip.html +++ b/manual/Tasks/zip.html @@ -256,7 +256,7 @@ archive.

createUnicodeExtraFields Whether to create unicode extra fields to store the file names a second time inside the entry's metadata. -
Possible values are "never", "always" and "not-encodable" +
Possible values are "never", "always" and "not-encodeable" which will only add Unicode extra fields if the file name cannot be encoded using the specified encoding. Since Ant 1.8.0.