IProject newProject = JadexProjectSupport.createProject(name, location, null);
BasicNewProjectResourceWizard.updatePerspective(_configurationElement);
final Action action = new Action() {};
IObjectActionDelegate updateAction = new UpdateSourcesAction(Display.getCurrent().getActiveShell());
updateAction.selectionChanged(action, new StructuredSelection(newProject));
updateAction.run(action);
return true;
}