This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/master by this push:
new 7be0ab8 Remove explicit modules list from .app.src files
7be0ab8 is described below
commit 7be0ab849d57303b93b8cc1d92ce2a23be3c702f
Author: Jay Doane <[email protected]>
AuthorDate: Sun Dec 23 01:12:55 2018 -0800
Remove explicit modules list from .app.src files
The modules lists in .app files are automatically generated by rebar
from .app.src files, so these explicit lists are unnecessary and prone
to being out of date.
---
src/chttpd/src/chttpd.app.src | 13 -------------
src/couch_index/src/couch_index.app.src | 4 ----
src/couch_mrview/src/couch_mrview.app.src | 10 ----------
src/fabric/src/fabric.app.src | 23 -----------------------
src/mem3/src/mem3.app.src | 14 --------------
src/rexi/src/rexi.app.src | 10 ----------
6 files changed, 74 deletions(-)
diff --git a/src/chttpd/src/chttpd.app.src b/src/chttpd/src/chttpd.app.src
index 5561994..3526745 100644
--- a/src/chttpd/src/chttpd.app.src
+++ b/src/chttpd/src/chttpd.app.src
@@ -13,19 +13,6 @@
{application, chttpd, [
{description, "HTTP interface for CouchDB cluster"},
{vsn, git},
- {modules, [
- chttpd,
- chttpd_app,
- chttpd_auth_cache,
- chttpd_config_listener,
- chttpd_db,
- chttpd_external,
- chttpd_misc,
- chttpd_rewrite,
- chttpd_show,
- chttpd_sup,
- chttpd_view
- ]},
{registered, [
chttpd_sup,
chttpd,
diff --git a/src/couch_index/src/couch_index.app.src
b/src/couch_index/src/couch_index.app.src
index fd523b2..3aa92ba 100644
--- a/src/couch_index/src/couch_index.app.src
+++ b/src/couch_index/src/couch_index.app.src
@@ -13,10 +13,6 @@
{application, couch_index, [
{description, "CouchDB Secondary Index Manager"},
{vsn, git},
- {modules, [
- couch_index,
- couch_index_server
- ]},
{registered, [couch_index_server]},
{applications, [kernel, stdlib, couch_epi]},
{mod, {couch_index_app, []}}
diff --git a/src/couch_mrview/src/couch_mrview.app.src
b/src/couch_mrview/src/couch_mrview.app.src
index 9c95ed0..735d1f8 100644
--- a/src/couch_mrview/src/couch_mrview.app.src
+++ b/src/couch_mrview/src/couch_mrview.app.src
@@ -13,16 +13,6 @@
{application, couch_mrview, [
{description, "CouchDB Map/Reduce Views"},
{vsn, git},
- {modules, [
- couch_mrview,
- couch_mrview_compactor,
- couch_mrview_http,
- couch_mrview_index,
- couch_mrview_show,
- couch_mrview_test_util,
- couch_mrview_updater,
- couch_mrview_util
- ]},
{registered, []},
{applications, [kernel, stdlib, couch_index, couch_stats, ioq]}
]}.
diff --git a/src/fabric/src/fabric.app.src b/src/fabric/src/fabric.app.src
index 3c6a280..d7686ca 100644
--- a/src/fabric/src/fabric.app.src
+++ b/src/fabric/src/fabric.app.src
@@ -13,29 +13,6 @@
{application, fabric, [
{description, "Routing and proxying layer for CouchDB cluster"},
{vsn, git},
- {modules, [
- fabric,
- fabric_db_create,
- fabric_db_delete,
- fabric_db_doc_count,
- fabric_db_info,
- fabric_db_meta,
- fabric_db_update_listener,
- fabric_dict,
- fabric_doc_attachments,
- fabric_doc_missing_revs,
- fabric_doc_open,
- fabric_doc_open_revs,
- fabric_doc_update,
- fabric_group_info,
- fabric_rpc,
- fabric_util,
- fabric_view,
- fabric_view_all_docs,
- fabric_view_changes,
- fabric_view_map,
- fabric_view_reduce
- ]},
{registered, []},
{applications, [
kernel,
diff --git a/src/mem3/src/mem3.app.src b/src/mem3/src/mem3.app.src
index 99a9eed..15efc64 100644
--- a/src/mem3/src/mem3.app.src
+++ b/src/mem3/src/mem3.app.src
@@ -13,20 +13,6 @@
{application, mem3, [
{description, "CouchDB Cluster Membership"},
{vsn, git},
- {modules, [
- mem3,
- mem3_app,
- mem3_httpd,
- mem3_nodes,
- mem3_rep,
- mem3_shards,
- mem3_sup,
- mem3_sync,
- mem3_sync_event,
- mem3_sync_nodes,
- mem3_sync_security,
- mem3_util
- ]},
{mod, {mem3_app, []}},
{registered, [
mem3_events,
diff --git a/src/rexi/src/rexi.app.src b/src/rexi/src/rexi.app.src
index efe128c..4002932 100644
--- a/src/rexi/src/rexi.app.src
+++ b/src/rexi/src/rexi.app.src
@@ -13,16 +13,6 @@
{application, rexi, [
{description, "Lightweight RPC server"},
{vsn, git},
- {modules, [
- rexi,
- rexi_app,
- rexi_gov_manager,
- rexi_governor,
- rexi_monitor,
- rexi_server,
- rexi_sup,
- rexi_utils
- ]},
{registered, [
rexi_sup,
rexi_server