|
|
@@ -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> <loadproperties srcFile="file.properties"> |
|
|
|
<filterchain> |
|
|
|
<<a href="../CoreTypes/filterchain.html#linecontains">linecontains</a>> |
|
|
|
<contains value="import."/> |
|
|
|
<contains value="import."/> |
|
|
|
</linecontains> |
|
|
|
</filterchain> |
|
|
|
</loadproperties> |
|
|
@@ -56,7 +60,7 @@ from the file "file.properties" and load them as |
|
|
|
Ant properties. |
|
|
|
<hr> |
|
|
|
|
|
|
|
<p align="center">Copyright © 2002 Apache Software Foundation. All rights |
|
|
|
<p align="center">Copyright © 2002-2003 Apache Software Foundation. All rights |
|
|
|
Reserved.</p> |
|
|
|
|
|
|
|
</body> |
|
|
|