public final void doSaveAs() {
// do nothing
}
protected void addSourcePage() throws PartInitException {
DeploymentPlanSourcePage source = new DeploymentPlanSourcePage(this);
int index = addPage(source, getEditorInput());
setPageText(index, Messages.editorTabSource);
}