digraph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="grey" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#00688b" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "tapestry-examples" [fillcolor="deepskyblue2"]; "ROOT" [fillcolor="deepskyblue2"]; "eclipse" [fillcolor="deepskyblue2"]; "tapestry-contrib" [fillcolor="deepskyblue2"]; "tapestry-annotations" [fillcolor="deepskyblue2"]; "support" [fillcolor="deepskyblue2"]; "tapestry-archetype" [fillcolor="deepskyblue2"]; "tapestry-framework" [fillcolor="deepskyblue2"]; "tapestry-portlet" [fillcolor="deepskyblue2"]; "src" [fillcolor="deepskyblue2"]; "tapestry-contrib" -> "tapestry-framework" [label=" 86 ", penwidth="10", color="#00688bFF"]; "tapestry-examples" -> "tapestry-framework" [label=" 76 ", penwidth="8", color="#00688bDB"]; "tapestry-examples" -> "tapestry-annotations" [label=" 45 ", penwidth="5", color="#00688bA5"]; "tapestry-portlet" -> "tapestry-framework" [label=" 33 ", penwidth="3", color="#00688b82"]; "tapestry-annotations" -> "tapestry-framework" [label=" 28 ", penwidth="3", color="#00688b82"]; "tapestry-examples" -> "tapestry-contrib" [label=" 8 ", penwidth="1", color="#00688b4C"]; "tapestry-contrib" -> "tapestry-annotations" [label=" 7 ", penwidth="1", color="#00688b4C"]; "tapestry-archetype" -> "tapestry-framework" [label=" 6 ", penwidth="1", color="#00688b4C"]; "tapestry-archetype" -> "tapestry-annotations" [label=" 2 ", penwidth="1", color="#00688b4C"]; }