summaryrefslogtreecommitdiff
path: root/deps/chttpd/src/chttpd.app.src
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2014-01-15 18:13:16 +0000
committerdrebs <drebs@leap.se>2014-01-17 08:48:11 -0200
commit510c6d763fba74f95ae8f894408c3658bcef4f83 (patch)
treed4dd0930b902cb1e5d46bea621ec83f801ea8ed6 /deps/chttpd/src/chttpd.app.src
parent8bd863936ead4243f58fb99e11d1221e1af0a71e (diff)
embed dependencies that were previously pulled in by git during rebar build
Diffstat (limited to 'deps/chttpd/src/chttpd.app.src')
-rw-r--r--deps/chttpd/src/chttpd.app.src7
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/chttpd/src/chttpd.app.src b/deps/chttpd/src/chttpd.app.src
new file mode 100644
index 00000000..6897076c
--- /dev/null
+++ b/deps/chttpd/src/chttpd.app.src
@@ -0,0 +1,7 @@
+{application, chttpd, [
+ {description, "HTTP interface for CouchDB cluster"},
+ {vsn, git},
+ {registered, [chttpd_sup, chttpd]},
+ {applications, [kernel, stdlib, couch, fabric]},
+ {mod, {chttpd_app,[]}}
+]}. \ No newline at end of file