1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 17:25:38 +02:00

Bug 184457: filter temporary disabled until the end of discussion

This commit is contained in:
Oleg Krasilnikov 2007-04-28 12:46:30 +00:00
parent 5310ff63e6
commit 5654ab0197

View file

@ -581,6 +581,11 @@ public class MBSWizardHandler extends CWizardHandler {
* @return - true if toolchain can be displayed
*/
protected boolean isToolChainAcceptable(String tcId, EntryDescriptor ed) {
// This method is temporary diabled
// (always returns true) until the
// end of discusion tracked by bug #184457
if (true) return true;
if (entryInfo == null || entryInfo.template == null ||
entryInfo.template.getTemplateInfo() == null)
return true;