return true;
}
},
new AddClasspathLibReferencesParticipant(),
new AddClasspathFoldersParticipant(),
new AddMappedOutputFoldersParticipant(),
new IgnoreJavaInSourceFolderParticipant()
};
options.put(FlatVirtualComponent.PARTICIPANT_LIST, Arrays.asList(participants));
return options;
}