String pluginLibLocation = path+File.separator+"lib";
addLibsToProjectLib(pluginLibLocation, output.getOutputLocation());
}
//Add the libraries on the plugin lib directory to the created project lib
if (output.getAxisLibCopyCheckBoxSelection() && output.oktoLoadLibs()){
String libDirectory = output.getAxisJarsLocation();
addLibsToProjectLib(libDirectory, output.getOutputLocation());
}
//This will Create a jar file from the codegen results and add to the output