233234235236237238239240241242243
} } }; try { operation.run(new NullProgressMonitor()); } catch (InvocationTargetException e) { } catch (InterruptedException e) { }
133134135136137138139140141142143
} project.delete(true, true, monitor); } op.run(monitor); monitor.done(); } catch (InterruptedException e) { throw new OperationCanceledException(); }
495496497498499500501502503504505