buildframework/helium/doc/src/api/target-dependencies.dot.ftl
branchfix
changeset 391 877485b44765
parent 217 0f5e3a7fb6af
equal deleted inserted replaced
390:421e376bfce4 391:877485b44765
    83     </#if>
    83     </#if>
    84     <#if targetMain.dependency.@type == "exec">
    84     <#if targetMain.dependency.@type == "exec">
    85     "${targetMain.name}" -> "${targetMain.dependency[depTotal-1]}" [color=limegreen];
    85     "${targetMain.name}" -> "${targetMain.dependency[depTotal-1]}" [color=limegreen];
    86     </#if>
    86     </#if>
    87     <#list doc.antDatabase.project.target as targetDep>
    87     <#list doc.antDatabase.project.target as targetDep>
    88         <#if targetDep.name == targetMain.dependency && targetDep.name != "blacktusk-signal">
    88         <#if targetDep.name == targetMain.dependency>
    89         <@targetFunc targetMain=targetDep caller=1 />
    89         <@targetFunc targetMain=targetDep caller=1 />
    90         </#if>
    90         </#if>
    91     </#list>
    91     </#list>
    92 </#if>
    92 </#if>
    93 <#recover>
    93 <#recover>