summaryrefslogtreecommitdiff
path: root/apps/chttpd
diff options
context:
space:
mode:
Diffstat (limited to 'apps/chttpd')
-rw-r--r--apps/chttpd/ebin/chttpd.app20
-rw-r--r--apps/chttpd/src/chttpd.app.src7
2 files changed, 7 insertions, 20 deletions
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
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