Index: jakarta-ant/docs/manual/OptionalTasks/vsshistory.html
===================================================================
RCS file: /home/cvspublic/jakarta-ant/docs/manual/OptionalTasks/vsshistory.html,v
retrieving revision 1.1
diff -r1.1 vsshistory.html
15c15
<   <tr>
---
>   <tr> 
20c20
<   <tr>
---
>   <tr> 
25c25
<   <tr>
---
>   <tr> 
30c30
<   <tr>
---
>   <tr> 
32,33c32,33
<     <td>directory where <code>ss.exe</code> resides. By default the task
<         expects it to be in the PATH.</td>
---
>     <td>directory where <code>ss.exe</code> resides. By default the task expects 
>       it to be in the PATH.</td>
36,39c36,39
<   <tr>
<      <td>serverPath</td>
<      <td>directory where <code>srssafe.ini</code> resides.</td>
<      <td>No</td>
---
>   <tr> 
>     <td>serverPath</td>
>     <td>directory where <code>srssafe.ini</code> resides.</td>
>     <td>No</td>
41c41
<   <tr>
---
>   <tr> 
46c46
<   <tr>
---
>   <tr> 
51a52,58
>     <td>dateFormat</td>
>     <td>Format of dates in fromDate and toDate. Used when calculating dates with 
>       the numdays attribute. This string uses the formatting rules of SimpleDateFormat. 
>       Defaults to DateFormat.SHORT.</td>
>     <td>No</td>
>   </tr>
>   <tr> 
56c63
<   <tr>
---
>   <tr> 
61c68
<   <tr>
---
>   <tr> 
66,67c73,74
<   <tr>
<     <td>outputfilename</td>
---
>   <tr> 
>     <td>output</td>
71c78
<   <tr>
---
>   <tr> 
75,76c82,83
<   <tr>
<   <tr>
---
>   <tr> 
>   <tr> 
78c85
<     <td>brief or codediff or nofile. The default is brief.</td>
---
>     <td>brief, codediff, default or nofile. The default is default.</td>
80c87
<   <tr>
---
>   <tr> 
96c103
< <pre>
---
>   <pre>
98,99c105,106
<         fromLabel=&quot;Release1&quot;
<         toLabel=&quot;Release2&quot;/&gt;
---
>             fromLabel=&quot;Release1&quot;
>             toLabel=&quot;Release2&quot;/&gt;
105c112
< <pre>
---
>   <pre>
107,108c114,115
<         fromDate=&quot;01.01.2001&quot;
<         toDate=&quot;31.03.2001&quot;/&gt;
---
>             fromDate=&quot;01.01.2001&quot;
>             toDate=&quot;31.03.2001&quot;/&gt;
113,114c120,125
< <blockquote>
< <pre>
---
> <blockquote> 
>   <pre>
> &lt;tstamp&gt;
>   &lt;format property=&quot;to.tstamp&quot; pattern=&quot;M-d-yy;h:mma&quot; /&gt;
> &lt;/tstamp&gt;
> 
116,117c127,129
<         numDays="-14"
<         toDate=&quot;31.01.2001&quot;/&gt;
---
>             numDays="-14"
>             dateFormat=&quot;M-d-yy;h:mma&quot;
>             toDate=&quot;${to.tstamp}&quot;/&gt;
