The page http://jakarta.apache.org/ant/ant_task_guidelines.html has a typo
to an ending <tt> tag which makes the document stay with constant font
thereafter. Here a patch for it ;-) --DD
D:\org_apache\jakarta-ant15>cvs diff -u docs\ant_task_guidelines.html
Index: docs/ant_task_guidelines.html
===================================================================
RCS file: /home/cvspublic/jakarta-ant/docs/ant_task_guidelines.html,v
retrieving revision 1.5.2.3
diff -u -r1.5.2.3 ant_task_guidelines.html
--- docs/ant_task_guidelines.html 9 May 2002 17:42:37 -0000
1.5.2.3
+++ docs/ant_task_guidelines.html 6 Jul 2002 17:40:37 -0000
@@ -93,7 +93,7 @@
<p>
The ant1.x tasks are very inconsistent regarding naming of attributes
--some tasks use <tt>source<tt>, others <tt>src</tt>tt>.
+-some tasks use <tt>source</tt>, others <tt>src</tt>.
Here is a list of preferred attribute names.
<table>
D:\org_apache\jakarta-ant15>
--
To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
|