Attached is a patch to fix a &quot> into "> in
proposal/sandbox/antlib/docs/manual/CoreTasks/antlib.html

Not sure if this document is used, but found it with a quick scan for html
entity characters, to make sure they are valid.

> -----Original Message-----
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 04, 2002 4:09 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PATCH] various doc patches
> 
> 
> On Tue, 3 Sep 2002, Larry Shatzer <[EMAIL PROTECTED]> wrote:
> 
> > yearcheck.sh is in src/etc ;)
> 
> It is?  Slipping fingers 8-)
> 
> > if you look at docs/CoreTasks/waitfor.html
> 
> I may have missed some files in the first weeks of the year, yes.
> 
> Thanks, patch has been committed, now I'm resolving the failed hunks
> for the 1.5 branch ...
> 
> Stefan
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

Index: proposal/sandbox/antlib/docs/manual/CoreTasks/antlib.html
===================================================================
RCS file: 
/home/cvspublic/jakarta-ant/proposal/sandbox/antlib/docs/manual/CoreTasks/antlib.html,v
retrieving revision 1.2
diff -u -r1.2 antlib.html
--- proposal/sandbox/antlib/docs/manual/CoreTasks/antlib.html   11 Feb 2002 
03:39:00 -0000      1.2
+++ proposal/sandbox/antlib/docs/manual/CoreTasks/antlib.html   4 Sep 2002 
15:39:12 -0000
@@ -131,7 +131,7 @@
 <pre>  &lt;antlib library=&quot;optional.jar&quot;/&gt;</pre>
 <p>loads the definitions from the library <code>optional.jar</code> 
 located at <code>${ant.home}/lib</code>.</p>
-<pre>  &lt;antlib file=&quot;${build}/lib/mylib.jar&quot&gt;
+<pre>  &lt;antlib file=&quot;${build}/lib/mylib.jar&quot;&gt;
     &lt;alias name=&quot;echo&quot; as=&quot;myecho&quot;/&gt;
   &lt;/antlib&gt;
 </pre>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to