From d094a81d71fe2a165830d5dd17961336af99f713 Mon Sep 17 00:00:00 2001
From: Matthew Jason Benson Sets a token filter for this project or read multiple token filter from
an input file and sets these as filters.
Token filters are used by all tasks that perform file copying operations
-through the Project commodity methods.
Note 1: the token string must not contain the separators chars (@).
Note 2: Either token and value attributes must be provided, or only the
filtersfile attribute.
Copyright © 2000-2002,2004-2005 The Apache Software Foundation. All rights +
Copyright © 2000-2002, 2004-2006 The Apache Software Foundation. All rights Reserved.
+Consider the flexibility of Unix pipes. If you wanted, +for example, to copy just those lines that contained the +string blee from the first 10 lines of a text file 'foo' +(you wouldn't want to filter a binary file) +to a file 'bar', you would do something like:
cat foo|head -n10|grep blee > bar
@@ -1402,4 +1403,4 @@ This may be used as follows:
Copyright © 2002-2006 The Apache Software Foundation. All rights -Reserved.