diff options
author | Brad Anderson <brad@cloudant.com> | 2010-05-26 10:52:54 -0400 |
---|---|---|
committer | Brad Anderson <brad@cloudant.com> | 2010-05-26 10:52:54 -0400 |
commit | 64483a26df653edb9daa490a6c2b357a35f9f804 (patch) | |
tree | 3d6ee3a846d95b0ed8bab23e7b2eadc7cbc1dfd0 /ebin | |
parent | ddbf9b2a6764389b539b7920a0da3abe08a64e77 (diff) |
adding delete and open modules to fabric
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/fabric.app | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ebin/fabric.app b/ebin/fabric.app index 76de79ff..76dff491 100644 --- a/ebin/fabric.app +++ b/ebin/fabric.app @@ -6,7 +6,9 @@ {modules, [ fabric, fabric_api, - fabric_create + fabric_create, + fabric_delete, + fabric_info ]}, {registered, []}, {included_applications, []}, |