From d2b0aa879500a1f7aba3acc9ee57d232864b31b7 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Wed, 20 Oct 2010 15:18:28 -0400 Subject: let rebar manage the module lists --- apps/mem3/src/mem3.app.src | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 apps/mem3/src/mem3.app.src (limited to 'apps/mem3/src') 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]} +]}. -- cgit v1.2.3