if (dialogueStatus == Dialog.OK) {
// First add any new services to the server
final List<CloudService> addedServices = wizard.getCloudServicesToCreate();
writeToManifest[0] = wizard.persistManifestChanges();
configuration[0] = wizard.getDeploymentConfiguration();
if (addedServices != null && !addedServices.isEmpty()) {
IProgressMonitor subMonitor = new SubProgressMonitor(monitor, addedServices.size());
try {