&& hash.equals(tagEntry.getAttributeMap().get("archive-digest"))) {
return true;
}
commit.attribute("archive-digest", hash);
commit.message(".war added to repository from "
+ archivePath.getNativePath());
if (log.isLoggable(Level.FINE))
log.fine(this + " adding archive to repository from " + archivePath);