// C O N S T R U C T O R S
public UpgradeWizard(IProject project) throws ForceProjectException, FactoryException {
super();
this.project = project;
controller = new UpgradeController();
controller.setProject(project);
if (logger.isDebugEnabled()) {
logger.debug("");
logger.debug("*** U P G R A D E W I Z A R D ***");