bodewig 00/12/14 06:59:10
Modified: docs Tag: ANT_12_FIXES index.html
Log:
Update online documentation - project's attributes.
Revision Changes Path
No revision
No revision
1.136.2.7 +7 -6 jakarta-ant/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/index.html,v
retrieving revision 1.136.2.6
retrieving revision 1.136.2.7
diff -u -r1.136.2.6 -r1.136.2.7
--- index.html 2000/11/08 17:15:57 1.136.2.6
+++ index.html 2000/12/14 14:59:02 1.136.2.7
@@ -31,7 +31,7 @@
<li>Dave Walend (<a href="mailto:[EMAIL PROTECTED]">[EMAIL
PROTECTED]</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 @@
</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 @@
<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
"basedir"
- 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