return IApplication.EXIT_OK;
}
if(!setupWorkspace()) {
return IApplication.EXIT_OK;
}
ConsoleHandler consoleHandler = new ConsoleHandler(display, Activator.getDefault().getConsole());
consoleHandler.activate();
try {
int returnCode = PlatformUI.createAndRunWorkbench(display, new ApplicationWorkbenchAdvisor());
if (returnCode == PlatformUI.RETURN_RESTART)
return IApplication.EXIT_RESTART;