Browse Source

Added documentation for the new prefix attribute

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271527 13f79535-47bb-0310-9956-ffa450edef68
master
Erik Hatcher 23 years ago
parent
commit
9ba6e21502
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      docs/manual/CoreTasks/property.html

+ 6
- 0
docs/manual/CoreTasks/property.html View File

@@ -108,6 +108,12 @@ href="../using.html#built-in-props">here</a>.</p>
elsewhere..</td> elsewhere..</td>
<td align="center" valign="top">No</td> <td align="center" valign="top">No</td>
</tr> </tr>
<tr>
<td valign="top">prefix</td>
<td valign="top">Prefix to apply to properties loaded using <code>file</code>
or <code>resource</code>. A "." is appended to the prefix if not specified.</td>
<td align="center" valign="top">No</td>
</tr>
</table> </table>
<h3>Parameters specified as nested elements</h3> <h3>Parameters specified as nested elements</h3>
<h4>classpath</h4> <h4>classpath</h4>


Loading…
Cancel
Save