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: