#if ($jg.project.comment.name)
#set($projectName=$jg.project.comment.name.trim())
#end
#if ($jg.project.comment.version.size() > 0)
#set ($version = $jg.project.comment.version.get(0).content.originalString.trim())
#end
#if ($jg.project.comment.description.size() > 0)
#set ($projectDesc = $jg.project.comment.description.get(0).content.originalString.trim())
#end
#macro (genSummary $coll $pathPart $section)
#foreach($le in $coll)
#end
#end
#genSummary($jg.logical "logical" "logical")
#genSummary($jg.files "physical" "file")
#genSummary($jg.modules "physical" "module")