@Override
public IStatus runInUIThread(IProgressMonitor monitor) {
final Action action = new Action() {};
IObjectActionDelegate updateAction = new UpdateSourcesAction(shell);
updateAction.selectionChanged(action, new StructuredSelection(newProject));
updateAction.run(action);
return Status.OK_STATUS; }
};
job.setSystem(true);
job.schedule(1000);
return true;