diff --git a/docs/manual/CoreTasks/ear.html b/docs/manual/CoreTasks/ear.html index ea6768add..9ef737778 100644 --- a/docs/manual/CoreTasks/ear.html +++ b/docs/manual/CoreTasks/ear.html @@ -233,6 +233,7 @@ to a value other than its default, "add".

Since Ant 1.8.0.
See also the discussion in the zip task page + No, default is "never" fallbacktoUTF8 diff --git a/docs/manual/CoreTasks/jar.html b/docs/manual/CoreTasks/jar.html index 4c00ffa71..806b5acda 100644 --- a/docs/manual/CoreTasks/jar.html +++ b/docs/manual/CoreTasks/jar.html @@ -289,6 +289,7 @@ to a value other than its default, "add".

Since Ant 1.8.0.
See also the discussion in the zip task page + No, default is "never" fallbacktoUTF8 @@ -352,7 +353,10 @@ depend on your manifest:

This task will not create any index entries for archives that are -empty or only contain files inside the META-INF directory.

+ empty or only contain files inside the META-INF directory unless + the indexmetainf attribute has been set + to true.

+

service

since ant 1.7.0

@@ -450,7 +454,7 @@ by Java).

<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> diff --git a/docs/manual/CoreTasks/war.html b/docs/manual/CoreTasks/war.html index 9258f4619..15d2430a9 100644 --- a/docs/manual/CoreTasks/war.html +++ b/docs/manual/CoreTasks/war.html @@ -236,6 +236,7 @@ to a value other than its default, "add".

Since Ant 1.8.0.
See also the discussion in the zip task page + No, default is "never" fallbacktoUTF8 diff --git a/docs/manual/CoreTasks/zip.html b/docs/manual/CoreTasks/zip.html index 8fb51d0cb..8fb8431c5 100644 --- a/docs/manual/CoreTasks/zip.html +++ b/docs/manual/CoreTasks/zip.html @@ -316,7 +316,7 @@ archive.

fields create bigger archives.

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.