Updated Branches: refs/heads/1994-merge-rcouch f24e464c7 -> 5618e610c
cleaner rel. we only need to start the applications. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/0f193856 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/0f193856 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/0f193856 Branch: refs/heads/1994-merge-rcouch Commit: 0f1938563ad7770e024e8b06dc13c19b78638b7b Parents: f24e464 Author: Benoit Chesneau <[email protected]> Authored: Fri Jan 10 23:41:27 2014 +0100 Committer: Benoit Chesneau <[email protected]> Committed: Fri Jan 10 23:41:27 2014 +0100 ---------------------------------------------------------------------- rel/reltool.config.script | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/0f193856/rel/reltool.config.script ---------------------------------------------------------------------- diff --git a/rel/reltool.config.script b/rel/reltool.config.script index 0d31a33..c8450de 100644 --- a/rel/reltool.config.script +++ b/rel/reltool.config.script @@ -53,19 +53,11 @@ CouchJSName = proplists:get_value(couchjs_name, Cfg, "couchjs"), os_mon, crypto, inets, - xmerl, runtime_tools, mochiweb, ibrowse, - oauth, - jiffy, - snappy, couch, - couch_collate, - couch_index, - couch_mrview, - couch_replicator, - couch_dbupdates + couch_replicator ]}, {rel, "start_clean", "", [kernel, stdlib]}, {boot_rel, "couchdb"},
