public void saveDeploymentPlan(JAXBElement deploymentPlan, IFile file) throws Exception {
JAXBUtils.marshalDeploymentPlan(deploymentPlan, file);
}
private NamingFormPage createNamingFormPage(FormEditor editor) {
return new NamingFormPage(editor, "namingpage", CommonMessages.editorTabNaming);
}