System.out.println("Full update of WGA deployment '" + deployment.getName() + "'.");
}
deployment.updateWGA(getProject(), monitor);
}
} else {
manager.createDeployment(getProject(), monitor);
}
} catch (Exception e) {
throw new CoreException(new Status(Status.ERROR, WGADesignerPlugin.PLUGIN_ID, "Unable to create or update wga deployment.", e));
}
return null;