From d086264f3502095f2bbd239f9ef9646687ffc62c Mon Sep 17 00:00:00 2001
From: "Arnout J. Kuiper"
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: