From a1fb7dcdfe46f32cda9e03ba351754c3c81b5cc0 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Wed, 9 Jun 2010 17:07:05 -0400 Subject: updates to .app resource files --- ebin/chttpd.app | 5 ++--- 1 file 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 -- cgit v1.2.3