ProjectSelector example

Review an example of the ProjectSelector data type.

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