rubys 00/02/06 09:39:33
Modified: docs index.html Log: remove reference to obsolete antRun.bat Revision Changes Path 1.6 +1 -2 jakarta-ant/docs/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/index.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- index.html 2000/02/06 17:06:19 1.5 +++ index.html 2000/02/06 17:39:32 1.6 @@ -126,8 +126,7 @@ must be added.</p> <p>When you are executing platform specific applications (like the <a href="#exec">exec</a> task, or the <a href="#cvs">cvs</a> task), the property <code>ant.home</code> -must be set to the directory containing a bin directory, which contains <code>antRun.bat</code> -(Windows) or <code>antRun</code> (Unix).</p> +must be set to the directory containing a bin directory, which contains the <code>antRun</code> shell script necessary to run execs on Unix.</p> <hr> <h2><a name="running">Running Ant</a></h2> <p>Running Ant is simple, when you installed it as described in the previous
