summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-06-09 17:07:05 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-12 11:18:44 -0400
commita1fb7dcdfe46f32cda9e03ba351754c3c81b5cc0 (patch)
treee451d9602eda42f86642d54e81d37f07d47207d3
parent2ca97804ed5e3dc00d4da78c37b8755c57952b9e (diff)
updates to .app resource files
-rw-r--r--ebin/chttpd.app5
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