mon.beginTask("Importing "+baseUrl.getValue(), 4);
DownloadManager downloader = null;
try {
downloader = new DownloadManager().allowUIThread(allowUIThread);
DownloadableItem zip = new DownloadableItem(newURL(downloadUrl .getValue()), downloader);
String projectNameValue = projectName.getValue();
CodeSet cs = CodeSet.fromZip(projectNameValue, zip, new Path("/"));
IRunnableWithProgress oper = getImportStrategy().createOperation(ImportUtils.importConfig(
new Path(location.getValue()),