resultsComposite.setLblReason(DeploymentMessages.getString("DeploymentWizard.Results.Success.message"));
}
// create results tree
DeployResultsViewAssembler assembler =
new DeployResultsViewAssembler(result == null ? new EmptyDeployResultExt() : result, resultsComposite
.getTreeResults(), deploymentWizardController.getProject(), ContainerDelegate.getInstance().getServiceLocator().getProjectService());
assembler.assembleDeployResultsTree();
LogViewShell logView =
new LogViewShell(getShell(), deploymentResult.getDeployLog(), deploymentResult.getRemoteDeployLog(),