summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Jason Benson <mbenson@apache.org>2010-02-25 00:06:04 +0000
committerMatthew Jason Benson <mbenson@apache.org>2010-02-25 00:06:04 +0000
commitaf5bab224ef6c304444301d2eeebaac889e37478 (patch)
tree1984509862e8abe61c805db90bdd17ab7074fb1c /docs
parent1b990a501c3c7cfd8f389dfea7b2b601f27ad9c0 (diff)
downloadant-af5bab224ef6c304444301d2eeebaac889e37478.tar.gz
add prefix attribute to loadproperties task + more tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@916051 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/CoreTasks/loadproperties.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/manual/CoreTasks/loadproperties.html b/docs/manual/CoreTasks/loadproperties.html
index 0f253c25c..11d68c5cd 100644
--- a/docs/manual/CoreTasks/loadproperties.html
+++ b/docs/manual/CoreTasks/loadproperties.html
@@ -72,6 +72,12 @@ filter.</p>
to a <code>&lt;path&gt;</code> defined elsewhere..</td>
<td align="center" valign="top">No</td>
</tr>
+ <tr>
+ <td valign="top">prefix</td>
+ <td valign="top">Prefix to apply to loaded properties;
+ a "." is appended to the prefix if not specified. <em>Since Ant 1.8.1</em></td>
+ <td align="center" valign="top">No</td>
+ </tr>
</table>
<h3>Parameters specified as nested elements</h3>
@@ -124,4 +130,3 @@ on the fly and load the contents as Ant properties.
</body>
</html>
-