if( IJ2EEFacetConstants.WEBFRAGMENT.equals(childType) && binary)
return false; // child utility project
return true;
}
},
new AddClasspathLibReferencesParticipant(),
new AddClasspathFoldersParticipant(),
new AddMappedOutputFoldersParticipant(),
new IgnoreJavaInSourceFolderParticipant()
};
options.put(FlatVirtualComponent.PARTICIPANT_LIST, Arrays.asList(participants));