From d2b0aa879500a1f7aba3acc9ee57d232864b31b7 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Wed, 20 Oct 2010 15:18:28 -0400 Subject: let rebar manage the module lists --- apps/chttpd/ebin/chttpd.app | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 apps/chttpd/ebin/chttpd.app (limited to 'apps/chttpd/ebin') 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 -- cgit v1.2.3