mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 12:55:40 +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();
|
if (active != null) active.setActive();
|
||||||
coreModel.setProjectDescription(project, des);
|
coreModel.setProjectDescription(project, des);
|
||||||
|
|
||||||
|
doPostProcess(project);
|
||||||
|
|
||||||
// process custom pages
|
// process custom pages
|
||||||
if (fConfigPage != null && fConfigPage.pagesLoaded)
|
if (fConfigPage != null && fConfigPage.pagesLoaded)
|
||||||
doCustom();
|
doCustom();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected void doPostProcess(IProject prj) {}
|
||||||
|
|
||||||
public IWizardPage getSpecificPage() {
|
public IWizardPage getSpecificPage() {
|
||||||
if (fConfigPage == null) {
|
if (fConfigPage == null) {
|
||||||
fConfigPage = new CDTConfigWizardPage(this);
|
fConfigPage = new CDTConfigWizardPage(this);
|
||||||
|
|
Loading…
Add table
Reference in a new issue