diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-10-20 15:18:28 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-10-20 15:18:28 -0400 |
commit | d2b0aa879500a1f7aba3acc9ee57d232864b31b7 (patch) | |
tree | 463c652e89642d0557b7da5a11bba70b2fd1739f /apps/mem3/ebin | |
parent | 46d7b8cd7d9088cc6a5257d23679b51e962c7e30 (diff) |
let rebar manage the module lists
Diffstat (limited to 'apps/mem3/ebin')
-rw-r--r-- | apps/mem3/ebin/mem3.app | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/apps/mem3/ebin/mem3.app b/apps/mem3/ebin/mem3.app deleted file mode 100644 index 0613ab26..00000000 --- a/apps/mem3/ebin/mem3.app +++ /dev/null @@ -1,24 +0,0 @@ -{application, mem3, [ - {description, "CouchDB Cluster Membership"}, - {mod, {mem3_app, []}}, - {vsn, "1.0.1"}, - {modules, [ - mem3, - mem3_app, - mem3_cache, - mem3_httpd, - mem3_nodes, - mem3_sup, - mem3_sync, - mem3_sync_event, - mem3_util - ]}, - {registered, [ - mem3_cache, - mem3_events, - mem3_nodes, - mem3_sync, - mem3_sup - ]}, - {applications, [kernel, stdlib, sasl, crypto, mochiweb, couch]} -]}. |