You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ar...@locus.apache.org on 2000/05/20 13:07:11 UTC

cvs commit: jakarta-ant/docs index.html

arnout      00/05/20 04:07:11

  Modified:    docs     index.html
  Log:
  Fixed inconsistency between docs and build.xml
  
  Submitted by:	Mariusz Nowostawski (mariusz@marni.otago.ac.nz)
  
  Revision  Changes    Path
  1.19      +3 -3      jakarta-ant/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/index.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- index.html	2000/05/20 10:58:15	1.18
  +++ index.html	2000/05/20 11:07:10	1.19
  @@ -86,11 +86,11 @@
   to build a bootstrap version of Ant.</p>
   <p>When finished, use</p>
   <blockquote>
  -  <p><code>build.bat -Ddist.dir=&lt;directory to install Ant&gt; dist</code></p>
  +  <p><code>build.bat -Dant.dist.dir=&lt;directory to install Ant&gt; dist</code></p>
   </blockquote>
   <p>for Windows, and</p>
   <blockquote>
  -  <p><code>build.sh -Ddist.dir=&lt;directory to install Ant&gt; dist</code></p>
  +  <p><code>build.sh -Dant.dist.dir=&lt;directory to install Ant&gt; dist</code></p>
   </blockquote>
   <p>for UNIX, to create a binary distribution of Ant. This distribution can be
   found in the directory you specified.</p>
  @@ -191,7 +191,7 @@
   command.</p>
   <hr>
   <h2><a name="buildfile">Writing a simple buildfile</a></h2>
  -<p>The buildfile is an written in XML. Each buildfile contains one project.</p>
  +<p>The buildfile is written in XML. Each buildfile contains one project.</p>
   <h3>Projects</h3>
   <p>A project has three attributes:</p>
   <table border="1" cellpadding="2" cellspacing="0">