X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fpapers%2Fmatita%2Flibraries.dot;h=c4aedef5016255ecac5b6f1f691d45f3e127e78c;hb=4c2a5e7da43e15d9a5f35d65f6bd6eda9a117d93;hp=18b8abd3a00b858c03a537a30f18db4228388e13;hpb=1c550c714e92590060c782824183909ff3eced69;p=helm.git diff --git a/helm/papers/matita/libraries.dot b/helm/papers/matita/libraries.dot index 18b8abd3a..c4aedef50 100644 --- a/helm/papers/matita/libraries.dot +++ b/helm/papers/matita/libraries.dot @@ -49,7 +49,7 @@ digraph G { hgdome; hmysql; registry; - utf8_macros; +// utf8_macros; xml; } /* libs */ @@ -64,7 +64,7 @@ digraph G { metadata -> getter; metadata -> hmysql; grafite -> content_pres; - content_pres -> utf8_macros; +// content_pres -> utf8_macros; content_pres -> acic_content; acic_content -> cic_acic; cic_acic -> cic_proof_checking; @@ -82,21 +82,22 @@ digraph G { /* apps */ subgraph applications { node [shape=plaintext,style=filled,fillcolor=slategray2]; - DrawGraph; + DependencyAnalyzer [label="Dependency\nAnalyzer"]; Getter; Matita; - ProofChecker; + ProofChecker [label="Proof\nChecker"]; Uwobo; Whelp; } /* apps dep */ - DrawGraph -> metadata; + DependencyAnalyzer -> metadata; Getter -> getter; Matita -> cic_disambiguation; Matita -> grafite; -// Matita -> hgdome; + Matita -> hgdome; Matita -> paramodulation; ProofChecker -> cic_proof_checking; Uwobo -> content_pres; Whelp -> cic_disambiguation; + Whelp -> content_pres; }