LanguageDefinitionSelector example

Create a resource collection containing only those buildable resources whose associated language definition name is CobolCompile.
<restrict id="mySet">  
  <antz:buildableset buildableList="${buildablefile}"/>
  <antz:langdefselector name="CobolCompile" caseSensitive="false"/>
</restrict>

Feedback