nico 01/01/29 01:49:28
Modified: docs index.html
Log:
The Attribute sourcefiles of the javadoc-task takes comma-separated values,
not space separated.
Reported by: <[EMAIL PROTECTED]>
Revision Changes Path
1.196 +2 -2 jakarta-ant/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/index.html,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- index.html 2001/01/25 10:25:01 1.195
+++ index.html 2001/01/29 09:49:26 1.196
@@ -34,7 +34,7 @@
<center>
<p>Version: @VERSION@<br>
-$Id: index.html,v 1.195 2001/01/25 10:25:01 nico Exp $</p>
+$Id: index.html,v 1.196 2001/01/29 09:49:26 nico Exp $</p>
</center>
<hr>
@@ -3493,7 +3493,7 @@
</tr>
<tr>
<td valign="top">sourcefiles</td>
- <td valign="top">Space separated list of source files</td>
+ <td valign="top">Comma separated list of source files</td>
<td align="center" valign="top">all</td>
<td align="center" valign="middle" rowspan="2">at least one of the
two</td>
</tr>