summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2000-12-14 14:59:02 +0000
committerStefan Bodewig <bodewig@apache.org>2000-12-14 14:59:02 +0000
commitca29d03b4e5cb238cb54b285f6943973066b7d90 (patch)
tree0d97a8c8ea843e001e1cbb20f147b1055fed1d20
parent86b031c5e9c4f37c4ccbfc5f2a3850e160770ea7 (diff)
downloadant-ca29d03b4e5cb238cb54b285f6943973066b7d90.tar.gz
Update online documentation - project's attributes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/branches/ANT_12_FIXES@268354 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/index.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/index.html b/docs/index.html
index 681a547d2..2137ca26f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -31,7 +31,7 @@ date.</strong></p>
<li>Dave Walend (<a href="mailto:dwalend@cs.tufts.edu">dwalend@cs.tufts.edu</a>)</li>
</ul>
-<p>Version 1.2 - 2000/11/02</p>
+<p>Version 1.2 - 2000/12/13</p>
<hr>
<h2>Table of Contents</h2>
@@ -261,8 +261,8 @@ to be unique.</p>
</tr>
<tr>
<td valign="top">name</td>
- <td valign="top">the name of the target.</td>
- <td align="center" valign="top">Yes</td>
+ <td valign="top">the name of the project.</td>
+ <td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top">default</td>
@@ -273,9 +273,10 @@ to be unique.</p>
<td valign="top">basedir</td>
<td valign="top">the base directory from which all path calculations are
done. This attribute might be overridden by setting the &quot;basedir&quot;
- property on forehand. When this is done, it might be omitted in the
- project tag.</td>
- <td align="center" valign="top">Yes</td>
+ property on forehand. When this is done, it must be omitted in the
+ project tag. If neither the attribute not the property have
+ been set, the parent directory of the build file will be used.</td>
+ <td align="center" valign="top">No</td>
</tr>
</table>
<p>Each project defines one or more targets. A target is a set of tasks you want