Browse Source

Remove "outside of target" as this restriction is not

the case for ant 1.6.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274740 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 22 years ago
parent
commit
581c1aa795
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      docs/manual/CoreTasks/loadproperties.html

+ 1
- 2
docs/manual/CoreTasks/loadproperties.html View File

@@ -11,8 +11,7 @@
<p> <p>
Load a file's contents as Ant properties. This is equivalent Load a file's contents as Ant properties. This is equivalent
to &lt;property file=&quot;...&quot;/&gt; except that it to &lt;property file=&quot;...&quot;/&gt; except that it
supports nested &lt;filterchain&gt; elements and it cannot be
specified outside a target.
supports nested &lt;filterchain&gt; elements.
</p> </p>


<p>If you want to simulate <a href="property.html">property</a>'s <p>If you want to simulate <a href="property.html">property</a>'s


Loading…
Cancel
Save