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" ] "commons-vfs2-examples" [fillcolor="deepskyblue2"]; "ROOT" [fillcolor="deepskyblue2"]; "commons-vfs2-jackrabbit1" [fillcolor="deepskyblue2"]; "commons-vfs2-distribution" [fillcolor="deepskyblue2"]; "commons-vfs2-sandbox" [fillcolor="deepskyblue2"]; "commons-vfs2" [fillcolor="deepskyblue2"]; "commons-vfs2-jackrabbit2" [fillcolor="deepskyblue2"]; "src" [fillcolor="deepskyblue2"]; "commons-vfs2-examples" -> "commons-vfs2" [label=" 16 ", penwidth="10", color="#00688bFF"]; "commons-vfs2-sandbox" -> "commons-vfs2" [label=" 10 ", penwidth="6", color="#00688bB7"]; "commons-vfs2-jackrabbit2" -> "commons-vfs2" [label=" 9 ", penwidth="5", color="#00688bA5"]; "commons-vfs2-jackrabbit1" -> "commons-vfs2" [label=" 7 ", penwidth="4", color="#00688b93"]; "commons-vfs2-jackrabbit2" -> "commons-vfs2-sandbox" [label=" 4 ", penwidth="2", color="#00688b70"]; "commons-vfs2-jackrabbit1" -> "commons-vfs2-sandbox" [label=" 3 ", penwidth="1", color="#00688b5E"]; "commons-vfs2-examples" -> "commons-vfs2-sandbox" [label=" 1 ", penwidth="1", color="#00688b4C"]; }