summaryrefslogtreecommitdiff
path: root/apps/mem3
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-10-20 15:18:28 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-10-20 15:18:28 -0400
commitd2b0aa879500a1f7aba3acc9ee57d232864b31b7 (patch)
tree463c652e89642d0557b7da5a11bba70b2fd1739f /apps/mem3
parent46d7b8cd7d9088cc6a5257d23679b51e962c7e30 (diff)
let rebar manage the module lists
Diffstat (limited to 'apps/mem3')
-rw-r--r--apps/mem3/src/mem3.app.src (renamed from apps/mem3/ebin/mem3.app)11
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/mem3/ebin/mem3.app b/apps/mem3/src/mem3.app.src
index 0613ab26..38f85c68 100644
--- a/apps/mem3/ebin/mem3.app
+++ b/apps/mem3/src/mem3.app.src
@@ -2,17 +2,6 @@
{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,