diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2005-09-02 15:24:33 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2005-09-02 15:24:33 +0000 |
commit | c57a0e5acbfcb597e7bacbe6e596e98c65e547be (patch) | |
tree | 79e436fb4c87e86f93ca18f48dc0630aae0579f6 | |
parent | fc772106ac4ac1f428889004cd5af5c4aab47593 (diff) | |
download | bcfg2-c57a0e5acbfcb597e7bacbe6e596e98c65e547be.tar.gz bcfg2-c57a0e5acbfcb597e7bacbe6e596e98c65e547be.tar.bz2 bcfg2-c57a0e5acbfcb597e7bacbe6e596e98c65e547be.zip |
Delete: doc/arch.dot
}(Logical change 1.294)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1176 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | doc/arch.dot | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/arch.dot b/doc/arch.dot deleted file mode 100644 index a5d7c8335..000000000 --- a/doc/arch.dot +++ /dev/null @@ -1,5 +0,0 @@ -digraph bcfg2 { - node [shape = rectangle]; - "Core\n- File Alteration Monitor\n- Metadata Store\n- Notification Mechanism" -> ; -} - |