diff --git a/manual/Types/filterchain.html b/manual/Types/filterchain.html index 3f62286d0..b7c95a189 100644 --- a/manual/Types/filterchain.html +++ b/manual/Types/filterchain.html @@ -574,6 +574,15 @@ user defined values.
<replacetokens> syntax.
+ since Ant 1.8.0
+<string id="embedded-properties">
+foo=bar
+baz=xyzzy
+</string>
+<loadfile srcfile="${src.file}" property="${src.file.replaced}">
+ <filterchain>
+ <replacetokens propertiesResource="${ant.refid:embedded-properties}"/>
+ </filterchain>
+</loadfile>