if (file.isDirectory()) {
FileManipulator.copyDir(file, f);
} else if (file.isFile() && axisServiceGroupURL.getPath().endsWith(".class")) {
FileManipulator.copyFileToDir(file, f);
} else {
am.extract(axisServiceGroupURL.getPath(), f.getAbsolutePath());
}
File servicesF =
new File(f.getAbsolutePath() + File.separator + "META-INF", "services.xml");