for (Iterator itV = bsnSet.iterator(); itV.hasNext();) {
final BundleArchive ba = (BundleArchive) itV.next();
final String targetName = ba.bsn + "-" + ba.version;
targetNames.append(",").append(targetName);
final Comment comment = doc.createComment(ba.relPath);
final Element target = doc.createElement("target");
target.setAttribute("name", targetName);
final Element mvnDeployBundle = doc.createElement("mvn_deploy_bundle");
target.appendChild(doc.createTextNode("\n"+prefix2));