Browse Source

Merge fix for bug 17293 from 1.5 branch

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274280 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
4bfc6d0dff
1 changed files with 7 additions and 3 deletions
  1. +7
    -3
      docs/manual/CoreTasks/loadproperties.html

+ 7
- 3
docs/manual/CoreTasks/loadproperties.html View File

@@ -13,9 +13,13 @@ Load a file's contents as Ant properties. This is equivalent
to <property file="..."/> except that it
supports nested <filterchain> elements and it cannot be
specified outside a target.

</p>

<p>If you want to simulate <a href="property.html">property</a>'s
prefix attribute, please use <a
href="../CoreTypes/filterchain.html#prefixlines">prefixlines</a>
filter.</p>

<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
<tr>
@@ -46,7 +50,7 @@ Load contents of file.properties as Ant properties.
<pre> &lt;loadproperties srcFile="file.properties"&gt;
&lt;filterchain&gt;
&lt;<a href="../CoreTypes/filterchain.html#linecontains">linecontains</a>&gt;
&lt;contains value="import.&quot;/&gt;
&lt;contains value=&quot;import.&quot;/&gt;
&lt;/linecontains&gt;
&lt;/filterchain&gt;
&lt;/loadproperties&gt;
@@ -56,7 +60,7 @@ from the file &quot;file.properties&quot; and load them as
Ant properties.
<hr>

<p align="center">Copyright &copy; 2002 Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2002-2003 Apache Software Foundation. All rights
Reserved.</p>

</body>


Loading…
Cancel
Save