}
});
}
if (response[0]) {
TemplateDownloader downloader = getTemplateDownloader(finalItem);
IStatus status = downloader.downloadTemplate(monitor);
if (!status.isOK()) {
String message = NLS.bind("Download of template ''{0}'' failed: {1}", id, status.getMessage());
throw new CoreException(new Status(IStatus.ERROR, WizardPlugin.PLUGIN_ID, message));
}