Browse Source

relative and basedir attributes are new. PR 48609

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@903075 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 15 years ago
parent
commit
af292a48ca
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      docs/manual/CoreTasks/property.html

+ 4
- 2
docs/manual/CoreTasks/property.html View File

@@ -156,12 +156,14 @@ SYSTEM).
</tr>
<tr>
<td valign="top">relative</td>
<td valign="top">If set to <tt>true</tt> the relative path to <tt>basedir</tt> is set.</td>
<td valign="top">If set to <tt>true</tt> the relative path
to <tt>basedir</tt> is set. <em>Since Ant 1.8.0</em></td>
<td align="center" valign="top">No (default=<tt>false</tt>)</td>
</tr>
<tr>
<td valign="top">basedir</td>
<td valign="top">The basedir to calculate the relative path from.</td>
<td valign="top">The basedir to calculate the relative path
from. <em>Since Ant 1.8.0</em></td>
<td align="center" valign="top">No (default=<tt>${basedir}</tt>)</td>
</tr>
</table>


Loading…
Cancel
Save