Import new applications
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/699ad9c1 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/699ad9c1 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/699ad9c1 Branch: refs/heads/1963-eunit-bigcouch Commit: 699ad9c143fee85ca3cc97518f6bccda304b7310 Parents: 5c94e81 Author: Robert Newson <[email protected]> Authored: Tue Jul 22 17:12:26 2014 +0100 Committer: Robert Newson <[email protected]> Committed: Wed Aug 6 12:44:16 2014 +0100 ---------------------------------------------------------------------- rebar.config.script | 4 ++++ rel/reltool.config | 6 ++++++ 2 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/699ad9c1/rebar.config.script ---------------------------------------------------------------------- diff --git a/rebar.config.script b/rebar.config.script index 2525865..afe0b0f 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -17,6 +17,7 @@ os:putenv("COUCHDB_CONFIG", ConfigureEnv). DepDescs = [ + {cassim, "couchdb-cassim", {branch, "windsor-merge"}, []}, {couch_log, "couchdb-couch-log", {branch, "master"}, []}, {config, "couchdb-config", {branch, "master"}, []}, {chttpd, "couchdb-chttpd", {branch, "master"}, []}, @@ -26,16 +27,19 @@ DepDescs = [ {couch_replicator, "couchdb-couch-replicator", {branch, "master"}, []}, {couch_dbupdates, "couchdb-couch-dbupdates", {branch, "master"}, []}, {couch_plugins, "couchdb-couch-plugins", {branch, "master"}, []}, + {couch_event, "couchdb-couch-event", {branch, "windsor-merge"}, []}, {ddoc_cache, "couchdb-ddoc-cache", {branch, "master"}, []}, {ets_lru, "couchdb-ets-lru", {branch, "master"}, []}, {fabric, "couchdb-fabric", {branch, "master"}, []}, {ibrowse, "couchdb-ibrowse", {tag, "master"}, []}, {jiffy, "couchdb-jiffy", {branch, "master"}, []}, + {khash, "couchdb-khash", {branch, "windsor-merge"}, []}, {mem3, "couchdb-mem3", {branch, "master"}, []}, {mochiweb, "couchdb-mochiweb", {branch, "master"}, []}, {oauth, "couchdb-oauth", {branch, "master"}, []}, {rexi, "couchdb-rexi", {branch, "master"}, []}, {snappy, "couchdb-snappy", {branch, "1994-merge-rcouch"}, []}, + {b64url, "couchdb-b64url", {branch, "windsor-merge"}, []}, {fauxton, "couchdb-fauxton", {branch, "master"}, [raw]}, {docs, "couchdb-documentation", {branch, "master"}, [raw]} ], http://git-wip-us.apache.org/repos/asf/couchdb/blob/699ad9c1/rel/reltool.config ---------------------------------------------------------------------- diff --git a/rel/reltool.config b/rel/reltool.config index d1b0321..6e2507c 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -27,6 +27,7 @@ syntax_tools, xmerl, %% couchdb + cassim, chttpd, config, couch, @@ -36,12 +37,14 @@ couch_mrview, couch_plugins, couch_replicator, + couch_event, ddoc_cache, ets_lru, fabric, goldrush, ibrowse, jiffy, + khash, lager, mem3, mochiweb, @@ -72,6 +75,7 @@ {app, xmerl, [{incl_cond, include}]}, %% couchdb + {app, cassim, [{incl_cond, include}]}, {app, chttpd, [{incl_cond, include}]}, {app, config, [{incl_cond, include}]}, {app, couch, [{incl_cond, include}]}, @@ -81,12 +85,14 @@ {app, couch_mrview, [{incl_cond, include}]}, {app, couch_plugins, [{incl_cond, include}]}, {app, couch_replicator, [{incl_cond, include}]}, + {app, couch_event, [{incl_cond, include}]}, {app, ddoc_cache, [{incl_cond, include}]}, {app, ets_lru, [{incl_cond, include}]}, {app, fabric, [{incl_cond, include}]}, {app, goldrush, [{incl_cond, include}]}, {app, ibrowse, [{incl_cond, include}]}, {app, jiffy, [{incl_cond, include}]}, + {app, khash, [{incl_cond, include}]}, {app, lager, [{incl_cond, include}]}, {app, mem3, [{incl_cond, include}]}, {app, mochiweb, [{incl_cond, include}]},
