1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

do not execute doRunEpilogue() in doRun().

This commit is contained in:
Alain Magloire 2002-11-22 14:50:58 +00:00
parent d182380ac7
commit 73afe6bfb3

View file

@ -125,7 +125,6 @@ public abstract class ConversionWizard
* @see org.eclipse.cdt.ui.wizards.CProjectWizard#doRun(IProgressMonitor)
*/
protected void doRun(IProgressMonitor monitor) {
doRunPrologue(monitor);
try{
mainPage.doRun(monitor, getProjectID());
} catch (CoreException ce){