You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/02/09 21:00:44 UTC

[43/57] [abbrv] couchdb commit: updated refs/heads/developer-preview-2.0 to 849b334

Add meck dependency

This dependency is used in couch_replicator's test suite

COUCHDB-2540


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/21c0df0f
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/21c0df0f
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/21c0df0f

Branch: refs/heads/developer-preview-2.0
Commit: 21c0df0f8dc24337a76ea2d5a29eff35030ac640
Parents: b2ee4e7
Author: ILYA Khlopotov <ii...@ca.ibm.com>
Authored: Fri Jan 9 13:56:12 2015 -0800
Committer: ILYA Khlopotov <ii...@ca.ibm.com>
Committed: Fri Jan 9 13:56:12 2015 -0800

----------------------------------------------------------------------
 rebar.config.script | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/21c0df0f/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 4bc824f..ad748fc 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -46,7 +46,8 @@ DepDescs = [
     {mochiweb,          "mochiweb",         {branch, "master"}},
     {oauth,             "oauth",            {branch, "master"}},
     {rexi,              "rexi",             {branch, "master"}},
-    {snappy,            "snappy",           {branch, "master"}}
+    {snappy,            "snappy",           {branch, "master"}},
+    {meck,              "meck",             {branch, "master"}}
 ],
 
 BaseUrl = "https://git-wip-us.apache.org/repos/asf/",