<filelist dir="/etc" files="httpd/conf/httpd.conf,php.ini"/>
Or you can use a listfile
, which is expected to contain one
filename per line:
<filelist dir="conf/" listfile="ini_files.txt"/>
This will grab each file as listed in ini_files.txt
. This can
be useful if one task compiles a list of files to process and another task needs to
read in that list and perform some action to those files.