diff --git a/doc/images/plugins.dot b/doc/images/plugins.dot index 74a4d1905fd..bbb3d45ed5c 100644 --- a/doc/images/plugins.dot +++ b/doc/images/plugins.dot @@ -2,6 +2,8 @@ strict digraph G { splines = true; storage [shape=Mdiamond]; augeas -> storage; + backend [shape=Mdiamond]; + backend -> backend; binary [shape=Mdiamond]; base64 -> binary; check [shape=Mdiamond]; @@ -110,7 +112,6 @@ strict digraph G { line [shape=Mdiamond]; line -> line; lineendings [shape=Mdiamond]; - list [shape=Mdiamond]; tracing [shape=Mdiamond]; logchange -> tracing; lua [shape=Mdiamond]; @@ -122,10 +123,13 @@ strict digraph G { mini -> storage; properties [shape=Mdiamond]; mini -> properties; + missing [shape=Mdiamond]; + missing -> missing; storage [shape=Mdiamond]; mmapstorage -> storage; mmapstorage [shape=Mdiamond]; mmapstorage -> mmapstorage; + modules [shape=Mdiamond]; storage [shape=Mdiamond]; mozprefs -> storage; resolver [shape=Mdiamond]; @@ -197,6 +201,8 @@ strict digraph G { unit [shape=Mdiamond]; check [shape=Mdiamond]; validation -> check; + version [shape=Mdiamond]; + version -> version; resolver [shape=Mdiamond]; wresolver -> resolver; storage [shape=Mdiamond]; @@ -204,6 +210,10 @@ strict digraph G { xml [shape=Mdiamond]; xerces -> xml; storage [shape=Mdiamond]; + xfconf -> storage; + xfconf [shape=Mdiamond]; + xfconf -> xfconf; + storage [shape=Mdiamond]; xmltool -> storage; xml [shape=Mdiamond]; xmltool -> xml; diff --git a/doc/images/plugins.dot.flatten b/doc/images/plugins.dot.flatten index d2c3e3e46e7..095e896586a 100644 --- a/doc/images/plugins.dot.flatten +++ b/doc/images/plugins.dot.flatten @@ -2,6 +2,8 @@ strict digraph G { graph [splines=true]; storage [shape=Mdiamond]; augeas -> storage; + backend [shape=Mdiamond]; + backend -> backend; binary [shape=Mdiamond]; base64 -> binary; check [shape=Mdiamond]; @@ -87,7 +89,6 @@ strict digraph G { line -> storage; line -> line; lineendings [shape=Mdiamond]; - list [shape=Mdiamond]; logchange -> tracing; lua [shape=Mdiamond]; macaddr -> check; @@ -95,9 +96,12 @@ strict digraph G { mini -> storage; properties [shape=Mdiamond]; mini -> properties; + missing [shape=Mdiamond]; + missing -> missing; mmapstorage [shape=Mdiamond]; mmapstorage -> storage; mmapstorage -> mmapstorage; + modules [shape=Mdiamond]; mozprefs -> storage; multifile -> storage; multifile -> resolver; @@ -142,10 +146,15 @@ strict digraph G { uname -> info; unit [shape=Mdiamond]; validation -> check; + version [shape=Mdiamond]; + version -> version; wresolver -> resolver; xerces -> storage; xml [shape=Mdiamond]; xerces -> xml; + xfconf [shape=Mdiamond]; + xfconf -> storage; + xfconf -> xfconf; xmltool -> storage; xmltool -> xml; yajl -> storage; diff --git a/doc/images/plugins.pdf b/doc/images/plugins.pdf index eaf8f11c013..0cb44c02870 100644 Binary files a/doc/images/plugins.pdf and b/doc/images/plugins.pdf differ diff --git a/doc/images/plugins.png b/doc/images/plugins.png index 84df62ebac7..4f1e616d6af 100644 Binary files a/doc/images/plugins.png and b/doc/images/plugins.png differ diff --git a/doc/images/plugins.ps b/doc/images/plugins.ps index e75c2989ee0..09c4476f0fe 100644 Binary files a/doc/images/plugins.ps and b/doc/images/plugins.ps differ