buildframework/helium/sf/java/sysdef/tests/data/rootsysdef/template.txt.ftl
changeset 628 7c4a911dc066
parent 587 85df38eb4012
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    21 -->
    21 -->
    22 List of packages:
    22 List of packages:
    23 <#list roots?keys as root>
    23 <#list roots?keys as root>
    24     <#list roots[root]?keys as layer>
    24     <#list roots[root]?keys as layer>
    25         <#list roots[root][layer] as pkg>
    25         <#list roots[root][layer] as pkg>
    26 ${root}/${layer}/${pkg}
    26 ${root}/${layer}/${pkg['path']}
    27         </#list>
    27         </#list>
    28     </#list>
    28     </#list>
    29 </#list>
    29 </#list>