ComponentSelector example

Create a resource collection containing only those buildable resources whose component name begins with myComponent. Case is not considered.
<restrict id="mySet">  
  <antz:buildableset buildableList="${buildablefile}"/>
  <antz:componentselector name="myComponent*" caseSensitive="false"/>
</restrict>

Feedback