1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 18:05:33 +02:00

Bug # 160012

This commit is contained in:
Oleg Krasilnikov 2007-04-23 16:47:27 +00:00
parent f51c347096
commit 0fea8cc237

View file

@ -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);