I want to exclude 2 files in every directory, my dir structure is somewhat like this /a
a.java
asoapbinding.java
/b
b.java
bsoapbinding.java
/c
c.java
csoapbinding.java
.
.
.
like this I am having 12 dir, in each I need to exclude 2 files, and keep rest. One file will be having same name as dir is having, and other is having soapbinding in the end. So do I need to use regex, or include/exclude in fileset? Or is there any other better approach to do the same. Kindly let me know, if any more information is required.