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/fabric/src | |
parent | 46d7b8cd7d9088cc6a5257d23679b51e962c7e30 (diff) |
let rebar manage the module lists
Diffstat (limited to 'apps/fabric/src')
-rw-r--r-- | apps/fabric/src/fabric.app.src | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/fabric/src/fabric.app.src b/apps/fabric/src/fabric.app.src new file mode 100644 index 00000000..0b626ba7 --- /dev/null +++ b/apps/fabric/src/fabric.app.src @@ -0,0 +1,6 @@ +{application, fabric, [ + {description, "Routing and proxying layer for CouchDB cluster"}, + {vsn, "1.0.3"}, + {registered, []}, + {applications, [kernel, stdlib, couch, rexi, mem3]} +]}. |