// If this resource has a Resource Configuration and is not
// excluded or
// if it has a file extension that one of the tools builds, add
// the sudirectory to the list
// boolean willBuild = false;
IResourceInfo rcInfo = config.getResourceInfo(resource.getProjectRelativePath(), false);
if (isSource/* && !rcInfo.isExcluded() */) {
boolean willBuild = false;
if (rcInfo instanceof IFolderInfo) {
String ext = resource.getFileExtension();
if (((IFolderInfo) rcInfo).buildsFileType(ext) &&