diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-06-09 17:07:05 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-12 11:18:44 -0400 |
commit | a1fb7dcdfe46f32cda9e03ba351754c3c81b5cc0 (patch) | |
tree | e451d9602eda42f86642d54e81d37f07d47207d3 /ebin/chttpd.app | |
parent | 2ca97804ed5e3dc00d4da78c37b8755c57952b9e (diff) |
updates to .app resource files
Diffstat (limited to 'ebin/chttpd.app')
-rw-r--r-- | ebin/chttpd.app | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ebin/chttpd.app b/ebin/chttpd.app index 679f61cc..c33b3112 100644 --- a/ebin/chttpd.app +++ b/ebin/chttpd.app @@ -15,8 +15,7 @@ chttpd_view, cloudant_auth ]}, - {registered, []}, + {registered, [chttpd_sup, chttpd]}, {applications, [kernel, stdlib, couch, fabric]}, - {mod, {chttpd_app,[]}}, - {start_phases, []} + {mod, {chttpd_app,[]}} ]}.
\ No newline at end of file |