diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-05-28 14:54:39 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-05-28 14:54:39 -0400 |
commit | 5f8844cba7f55ed416050c2bdb8ee8a554a6f191 (patch) | |
tree | 8c66c91551d6f7ddc5064311b93d41a56069a28d /ebin | |
parent | 12318c9384bd8f8d82b0c1501e3e8ab0fea34095 (diff) |
split fabric_doc into dedicated modules
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/fabric.app | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ebin/fabric.app b/ebin/fabric.app index e08f560b..363655b2 100644 --- a/ebin/fabric.app +++ b/ebin/fabric.app @@ -7,7 +7,11 @@ fabric, fabric_db, fabric_doc, + fabric_missing_revs, + fabric_open_doc, + fabric_open_revs, fabric_rpc, + fabric_update_docs, fabric_util ]}, {registered, []}, |