*/
public LeiningenProjectImportWizardStep(WizardContext context,String projectFile) {
super(context);
this.projectFile = projectFile;
moduleInformationForm = new LeiningenModuleInformationForm(false);
this.moduleInformationUtils = new ModuleInformationUtils();
}