mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 17:55:39 +02:00
Bug 184457: filter temporary disabled until the end of discussion
This commit is contained in:
parent
5310ff63e6
commit
5654ab0197
1 changed files with 5 additions and 0 deletions
|
@ -581,6 +581,11 @@ public class MBSWizardHandler extends CWizardHandler {
|
||||||
* @return - true if toolchain can be displayed
|
* @return - true if toolchain can be displayed
|
||||||
*/
|
*/
|
||||||
protected boolean isToolChainAcceptable(String tcId, EntryDescriptor ed) {
|
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 ||
|
if (entryInfo == null || entryInfo.template == null ||
|
||||||
entryInfo.template.getTemplateInfo() == null)
|
entryInfo.template.getTemplateInfo() == null)
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue