Add couch_event dependency
Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/c4ce4906 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/c4ce4906 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/c4ce4906 Branch: refs/heads/windsor-merge-209 Commit: c4ce4906797006337a691af956d358a05c38d5a2 Parents: ff3b88b Author: Robert Newson <[email protected]> Authored: Tue Jul 22 17:12:58 2014 +0100 Committer: Robert Newson <[email protected]> Committed: Mon Aug 4 14:16:55 2014 +0100 ---------------------------------------------------------------------- src/couch.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/c4ce4906/src/couch.app.src ---------------------------------------------------------------------- diff --git a/src/couch.app.src b/src/couch.app.src index 48b089b..8007278 100644 --- a/src/couch.app.src +++ b/src/couch.app.src @@ -29,5 +29,5 @@ ]}, {mod, {couch_app, []}}, {applications, [kernel, stdlib, crypto, sasl, inets, oauth, ibrowse, - mochiweb, ssl, couch_log]} + mochiweb, ssl, couch_log, couch_event]} ]}.
