codegenConfig.setBaseURI(generator.getBaseUri(wsdlSelectionPage.getFileName()));
monitor.worked(1);
monitor.subTask(CodegenWizardPlugin.getResourceString("generator.generating"));
new CodeGenerationEngine(codegenConfig).generate();
//TODO refresh the eclipse project space to show the generated files
//Add the codegen libs that are coming with the plugin to the project lib that has been created
if (outputPage.getAxis2PluginLibCopyCheckBoxSelection()){