<[EMAIL PROTECTED]> wrote:

> There is a pattern: each EJB has three classes: Example.java,
> ExampleHome.java, and ExampleEJB.java.  The first two are the
> interfaces, and I want to build a fileset containing these.

Does

<fileset dir="whatever">
  <include name="**" /> <!-- make this explicit, this is the default anyway -->
  <exclude name="**/*EJB.java" />
</fileset>

what you want?

Stefan

Reply via email to