From d086264f3502095f2bbd239f9ef9646687ffc62c Mon Sep 17 00:00:00 2001 From: "Arnout J. Kuiper" Date: Sat, 20 May 2000 11:07:10 +0000 Subject: [PATCH] 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 --- docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index fa117fe3e..7f63c016b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -86,11 +86,11 @@ build Ant from the source code.

to build a bootstrap version of Ant.

When finished, use

-

build.bat -Ddist.dir=<directory to install Ant> dist

+

build.bat -Dant.dist.dir=<directory to install Ant> dist

for Windows, and

-

build.sh -Ddist.dir=<directory to install Ant> dist

+

build.sh -Dant.dist.dir=<directory to install Ant> dist

for UNIX, to create a binary distribution of Ant. This distribution can be found in the directory you specified.

@@ -191,7 +191,7 @@ command. The options and target are the same as when running Ant with the command.


Writing a simple buildfile

-

The buildfile is an written in XML. Each buildfile contains one project.

+

The buildfile is written in XML. Each buildfile contains one project.

Projects

A project has three attributes: