protected void connectProject(final IProgressMonitor monitor,
final File repositoryPath, final IProject project)
throws CoreException {
final ConnectProviderOperation connectProviderOperation = new ConnectProviderOperation(
project, repositoryPath);
connectProviderOperation.execute(monitor);
}
protected void createProject(final IProgressMonitor monitor,
final IProjectDescription projectDescription,
final IProject project, boolean exists) throws CoreException {