|
|
@@ -1350,11 +1350,13 @@ copying text files: |
|
|
|
<pre> |
|
|
|
<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> |
|
|
|
</pre> |
|
|
|
</blockquote> |
|
|
@@ -1400,4 +1402,4 @@ This may be used as follows: |
|
|
|
<hr> |
|
|
|
|
|
|
|
<p align=center>Copyright © 2002-2006 The Apache Software Foundation. All rights |
|
|
|
Reserved.</p></body></html> |
|
|
|
Reserved.</p></body></html> |