mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
Code streamlining.
This commit is contained in:
parent
a455830b35
commit
7dba3181b9
1 changed files with 2 additions and 3 deletions
|
@ -581,8 +581,7 @@ public class DiscoveryTab extends AbstractCBuildPropertyTab implements IBuildInf
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void performApply(ICResourceDescription src,
|
public void performApply(ICResourceDescription src, ICResourceDescription dst) {
|
||||||
ICResourceDescription dst) {
|
|
||||||
if (page.isMultiCfg())
|
if (page.isMultiCfg())
|
||||||
return;
|
return;
|
||||||
ICfgScannerConfigBuilderInfo2Set cbi1 = CfgScannerConfigProfileManager.getCfgScannerConfigBuildInfo(getCfg(src.getConfiguration()));
|
ICfgScannerConfigBuilderInfo2Set cbi1 = CfgScannerConfigProfileManager.getCfgScannerConfigBuildInfo(getCfg(src.getConfiguration()));
|
||||||
|
@ -600,7 +599,7 @@ public class DiscoveryTab extends AbstractCBuildPropertyTab implements IBuildInf
|
||||||
ManagedBuilderUIPlugin.log(e);
|
ManagedBuilderUIPlugin.log(e);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
CUIPlugin.getDefault().logErrorMessage(Messages.DiscoveryTab_7);
|
CUIPlugin.logError(Messages.DiscoveryTab_7);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue