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/src/chttpd.app.src | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 apps/chttpd/src/chttpd.app.src (limited to 'apps/chttpd/src') diff --git a/apps/chttpd/src/chttpd.app.src b/apps/chttpd/src/chttpd.app.src new file mode 100644 index 00000000..95ef107a --- /dev/null +++ b/apps/chttpd/src/chttpd.app.src @@ -0,0 +1,7 @@ +{application, chttpd, [ + {description, "HTTP interface for CouchDB cluster"}, + {vsn, "1.0.3"}, + {registered, [chttpd_sup, chttpd]}, + {applications, [kernel, stdlib, couch, fabric]}, + {mod, {chttpd_app,[]}} +]}. \ No newline at end of file -- cgit v1.2.3