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