diff options
Diffstat (limited to 'apps/chttpd/ebin')
-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 |