Author: bodewig
Date: Tue Aug 18 07:25:44 2009
New Revision: 805297
URL: http://svn.apache.org/viewvc?rev=805297&view=rev
Log:
clarify that Ant conforms to manifest standards when writing
Modified:
ant/core/trunk/docs/manual/CoreTasks/jar.html
ant/core/trunk/docs/manual/CoreTasks/manifest.html
Modified: ant/core/trunk/docs/manual/CoreTasks/jar.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/jar.html?rev=805297&r1=805296&r2=805297&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/jar.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/jar.html Tue Aug 18 07:25:44 2009
@@ -220,7 +220,9 @@
</tr>
<tr>
<td valign="top">manifestencoding</td>
- <td valign="top">The encoding used to read the JAR manifest, when a
manifest file is specified.</td>
+ <td valign="top">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.</td>
<td valign="top" align="center">No, defaults to the platform encoding.</td>
</tr>
<tr>
Modified: ant/core/trunk/docs/manual/CoreTasks/manifest.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/manifest.html?rev=805297&r1=805296&r2=805297&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/manifest.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/manifest.html Tue Aug 18 07:25:44 2009
@@ -77,7 +77,9 @@
</tr>
<tr>
<td valign="top">encoding</td>
- <td valign="top">The encoding used to read the existing manifest when
updating.</td>
+ <td valign="top">The encoding used to read the existing manifest
+ when updating. The task will always use UTF-8 when writing the
+ manifest.</td>
<td valign="top" align="center">No, defaults to UTF-8 encoding.</td>
</tr>
</table>