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/chttpd/src | |
parent | 46d7b8cd7d9088cc6a5257d23679b51e962c7e30 (diff) |
let rebar manage the module lists
Diffstat (limited to 'apps/chttpd/src')
-rw-r--r-- | apps/chttpd/src/chttpd.app.src | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/chttpd/src/chttpd.app.src b/apps/chttpd/src/chttpd.app.src new file mode 100644 index 00000000..95ef107a --- /dev/null +++ b/apps/chttpd/src/chttpd.app.src @@ -0,0 +1,7 @@ +{application, chttpd, [ + {description, "HTTP interface for CouchDB cluster"}, + {vsn, "1.0.3"}, + {registered, [chttpd_sup, chttpd]}, + {applications, [kernel, stdlib, couch, fabric]}, + {mod, {chttpd_app,[]}} +]}.
\ No newline at end of file |