summaryrefslogtreecommitdiff
path: root/apps/mem3/src
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/src
parent46d7b8cd7d9088cc6a5257d23679b51e962c7e30 (diff)
let rebar manage the module lists
Diffstat (limited to 'apps/mem3/src')
-rw-r--r--apps/mem3/src/mem3.app.src13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/mem3/src/mem3.app.src b/apps/mem3/src/mem3.app.src
new file mode 100644
index 00000000..38f85c68
--- /dev/null
+++ b/apps/mem3/src/mem3.app.src
@@ -0,0 +1,13 @@
+{application, mem3, [
+ {description, "CouchDB Cluster Membership"},
+ {mod, {mem3_app, []}},
+ {vsn, "1.0.1"},
+ {registered, [
+ mem3_cache,
+ mem3_events,
+ mem3_nodes,
+ mem3_sync,
+ mem3_sup
+ ]},
+ {applications, [kernel, stdlib, sasl, crypto, mochiweb, couch]}
+]}.