From af56e7c4911a5dea0b326997d127d6380bbe93a2 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Tue, 18 Aug 2009 07:25:44 +0000
Subject: [PATCH] clarify that Ant conforms to manifest standards when writing
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@805297 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/jar.html | 4 +++-
docs/manual/CoreTasks/manifest.html | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/docs/manual/CoreTasks/jar.html b/docs/manual/CoreTasks/jar.html
index 105f3b6c2..4c00ffa71 100644
--- a/docs/manual/CoreTasks/jar.html
+++ b/docs/manual/CoreTasks/jar.html
@@ -220,7 +220,9 @@ to a value other than its default, "add"
.
manifestencoding |
- The encoding used to read the JAR manifest, when a manifest file is specified. |
+ The encoding used to read the JAR manifest, when
+ a manifest file is specified. The task will always use UTF-8
+ when writing the manifest. |
No, defaults to the platform encoding. |
diff --git a/docs/manual/CoreTasks/manifest.html b/docs/manual/CoreTasks/manifest.html
index 60cf1808b..23e323d72 100644
--- a/docs/manual/CoreTasks/manifest.html
+++ b/docs/manual/CoreTasks/manifest.html
@@ -77,7 +77,9 @@ line.
encoding |
- The encoding used to read the existing manifest when updating. |
+ The encoding used to read the existing manifest
+ when updating. The task will always use UTF-8 when writing the
+ manifest. |
No, defaults to UTF-8 encoding. |