mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
Bug # 160012
This commit is contained in:
parent
f51c347096
commit
0fea8cc237
1 changed files with 4 additions and 0 deletions
|
@ -210,11 +210,15 @@ public class MBSWizardHandler extends CWizardHandler implements ICBuildWizardHan
|
|||
if (active != null) active.setActive();
|
||||
coreModel.setProjectDescription(project, des);
|
||||
|
||||
doPostProcess(project);
|
||||
|
||||
// process custom pages
|
||||
if (fConfigPage != null && fConfigPage.pagesLoaded)
|
||||
doCustom();
|
||||
}
|
||||
|
||||
protected void doPostProcess(IProject prj) {}
|
||||
|
||||
public IWizardPage getSpecificPage() {
|
||||
if (fConfigPage == null) {
|
||||
fConfigPage = new CDTConfigWizardPage(this);
|
||||
|
|
Loading…
Add table
Reference in a new issue