diff --git a/docs/manual/CoreTypes/filterchain.html b/docs/manual/CoreTypes/filterchain.html index aced3a845..68bdba059 100644 --- a/docs/manual/CoreTypes/filterchain.html +++ b/docs/manual/CoreTypes/filterchain.html @@ -1350,11 +1350,13 @@ copying text files:
 <copy todir="dist">
   <fileset dir="src" includes="**/*.txt"/>
-  <scriptfilter language="beanshell">
-      if (self.getToken().indexOf("bad") != -1) {
-          self.setToken(null);
-      }
-  </scriptfilter>
+  <filterchain>
+    <scriptfilter language="beanshell">
+        if (self.getToken().indexOf("bad") != -1) {
+            self.setToken(null);
+        }
+    </scriptfilter>
+  </filterchain>
 </copy>
     
@@ -1400,4 +1402,4 @@ This may be used as follows:

Copyright © 2002-2006 The Apache Software Foundation. All rights -Reserved.

+Reserved.

\ No newline at end of file