test.xml 173 Bytes
Newer Older
Ketan's avatar
Ketan committed
1 2 3 4 5 6 7 8 9
<fileset>
 <include>
  <directory>foo</directory>
  <file>bar.phtml</file>
 </include>
 <exclude>bar</exclude>
 <name>*.php</name>
 <notName>*.fail.php</notName>
</fileset>