Browse Source

Fixed inconsistency between docs and build.xml

Submitted by:	Mariusz Nowostawski (mariusz@marni.otago.ac.nz)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267666 13f79535-47bb-0310-9956-ffa450edef68
master
Arnout J. Kuiper 25 years ago
parent
commit
d086264f35
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      docs/index.html

+ 3
- 3
docs/index.html View File

@@ -86,11 +86,11 @@ build Ant from the source code.</p>
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. The options and target are the same as when running Ant with the <code>
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">


Loading…
Cancel
Save