for (Iterator iterator = artifactDestPaths.iterator(); iterator
.hasNext();) {
String artifactDestPath = (String) iterator.next();
writeRetrieveLocation(saxHandler, artifactDestPath);
}
saxHandler.endElement(null, "artifact", "artifact");
}
}
saxHandler.endElement(null, "module", "module");
}
saxHandler.endElement(null, "modules", "modules");