diff options
author | Brad Anderson <brad@cloudant.com> | 2010-05-27 16:43:32 -0400 |
---|---|---|
committer | Brad Anderson <brad@cloudant.com> | 2010-05-27 16:43:32 -0400 |
commit | faedecbc0393d87523fbc19b9edc17504c504782 (patch) | |
tree | af10ae153bd630c5d3a23295db1323998e4f3219 /ebin | |
parent | 591eb31af0ad55e528358608f352474283b47430 (diff) |
get_db_info working, also reorg'd fabric to doc and db module structure
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/fabric.app | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/ebin/fabric.app b/ebin/fabric.app index cd81b383..60f1f634 100644 --- a/ebin/fabric.app +++ b/ebin/fabric.app @@ -6,13 +6,10 @@ {modules, [ fabric, fabric_api, - fabric_create, - fabric_delete, - fabric_info, - fabric_open, + fabric_db, + fabric_doc, fabric_rpc, - fabric_util, - fabric_doc + fabric_util ]}, {registered, []}, {included_applications, []}, |