Add explicit dependency on config
Project: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/commit/76ee5b00 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/tree/76ee5b00 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/diff/76ee5b00 Branch: refs/heads/import Commit: 76ee5b0005f059a57d5d4fc9c0989c8fa018f0d7 Parents: 78a23c5 Author: Adam Kocoloski <[email protected]> Authored: Wed Feb 27 13:40:45 2013 -0500 Committer: Adam Kocoloski <[email protected]> Committed: Wed Feb 27 13:40:45 2013 -0500 ---------------------------------------------------------------------- src/fabric.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/76ee5b00/src/fabric.app.src ---------------------------------------------------------------------- diff --git a/src/fabric.app.src b/src/fabric.app.src index a1cbb2c..876b275 100644 --- a/src/fabric.app.src +++ b/src/fabric.app.src @@ -2,5 +2,5 @@ {description, "Routing and proxying layer for CouchDB cluster"}, {vsn, git}, {registered, []}, - {applications, [kernel, stdlib, couch, rexi, mem3, twig]} + {applications, [kernel, stdlib, config, couch, rexi, mem3, twig]} ]}.
