Repository: couchdb Updated Branches: refs/heads/master 16ee3706a -> 910d711b9
Remove couch_dbupdates, obsoleted by global_changes Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/910d711b Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/910d711b Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/910d711b Branch: refs/heads/master Commit: 910d711b947fab89563235ea0bac215652ee2a9f Parents: 16ee370 Author: Robert Newson <[email protected]> Authored: Sat Apr 11 16:32:07 2015 +0100 Committer: Robert Newson <[email protected]> Committed: Sat Apr 11 16:32:07 2015 +0100 ---------------------------------------------------------------------- LICENSE | 9 --------- NOTICE | 4 ---- rebar.config.script | 1 - rel/overlay/etc/default.ini | 1 - rel/reltool.config | 2 -- 5 files changed, 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/910d711b/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index 0f0697f..ab47f17 100644 --- a/LICENSE +++ b/LICENSE @@ -685,15 +685,6 @@ For src/fauxton/assets/js/plugins/prettify.js Version 2.0, January 2004 http://www.apache.org/licenses/ -For the src/couch_dbupdates component - - 2009-2012 (c) Benoît Chesneau <[email protected]> - - Apache 2 License, see above. - -If not otherwise noted, the extensions in this package are licensed -under the following license. - For src/fauxton/test/mocha/mocha.js and src/fauxton/test/mocha/mocha.js Copyright (c) 2011-2013 TJ Holowaychuk <[email protected]> http://git-wip-us.apache.org/repos/asf/couchdb/blob/910d711b/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index a0ce75c..a345ce3 100644 --- a/NOTICE +++ b/NOTICE @@ -126,10 +126,6 @@ This product also includes the following third-party components: Copyright 2006-2013 (c) M. Alsup - * couch_dbupdates - - Copyright 2012, Benoît Chesneau <[email protected]> - * mocha.js (https://github.com/visionmedia/mocha) Copyright (c) 2011-2013 TJ Holowaychuk <[email protected]> http://git-wip-us.apache.org/repos/asf/couchdb/blob/910d711b/rebar.config.script ---------------------------------------------------------------------- diff --git a/rebar.config.script b/rebar.config.script index c71ed6c..fd2f55b 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -26,7 +26,6 @@ DepDescs = [ {couch_index, "couch-index", {branch, "master"}}, {couch_mrview, "couch-mrview", {branch, "master"}}, {couch_replicator, "couch-replicator", {branch, "master"}}, - {couch_dbupdates, "couch-dbupdates", {branch, "master"}}, {couch_plugins, "couch-plugins", {branch, "master"}}, {couch_event, "couch-event", {branch, "master"}}, {couch_stats, "couch-stats", {branch, "master"}}, http://git-wip-us.apache.org/repos/asf/couchdb/blob/910d711b/rel/overlay/etc/default.ini ---------------------------------------------------------------------- diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index 2b7a5c2..274638d 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -175,7 +175,6 @@ _restart = {couch_httpd_misc_handlers, handle_restart_req} _stats = {couch_stats_httpd, handle_stats_req} _session = {couch_httpd_auth, handle_session_req} _oauth = {couch_httpd_oauth, handle_oauth_req} -_db_updates = {couch_dbupdates_httpd, handle_req} _plugins = {couch_plugins_httpd, handle_req} [httpd_db_handlers] http://git-wip-us.apache.org/repos/asf/couchdb/blob/910d711b/rel/reltool.config ---------------------------------------------------------------------- diff --git a/rel/reltool.config b/rel/reltool.config index c02664b..0929109 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -33,7 +33,6 @@ chttpd, config, couch, - couch_dbupdates, couch_index, couch_log, couch_mrview, @@ -88,7 +87,6 @@ {app, chttpd, [{incl_cond, include}]}, {app, config, [{incl_cond, include}]}, {app, couch, [{incl_cond, include}]}, - {app, couch_dbupdates, [{incl_cond, include}]}, {app, couch_index, [{incl_cond, include}]}, {app, couch_log, [{incl_cond, include}]}, {app, couch_mrview, [{incl_cond, include}]},
