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"
.
"add"
.
Since Ant 1.8.0.
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 + theindexmetainf
attribute has been set
+ to true
.
+
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.
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.