diff --git a/docs/manual/CoreTypes/filterchain.html b/docs/manual/CoreTypes/filterchain.html
index 2001d4f7b..89f26ad4a 100644
--- a/docs/manual/CoreTypes/filterchain.html
+++ b/docs/manual/CoreTypes/filterchain.html
@@ -103,6 +103,7 @@ nested elements.
TabsToSpaces
TailFilter
DeleteCharacters
+ConcatFilter
TokenFilter
This filter prepends or appends the content file to the filtered files.
+since Ant 1.6
+Parameter Name | +Parameter Value | +Required | +
prepend | ++ The name of the file which content should be prepended to the file. + | +No | +
append | ++ The name of the file which content should be appended to the file. + | +No | +
+ +
+ +Adds a license text before each java source: ++<filterchain> + <concatfilter/> +</filterchain> +
+ ++<filterchain> + <concatfilter prepend="apache-license-java.txt"/> +</filterchain> +
Copyright © 2002-2003 Apache Software Foundation. All rights -Reserved.