nickva closed pull request #1835: Remove explicit modules list from .app.src 
files
URL: https://github.com/apache/couchdb/pull/1835
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/src/chttpd/src/chttpd.app.src b/src/chttpd/src/chttpd.app.src
index 55619940ec..3526745dfc 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 fd523b2522..3aa92ba5da 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 9c95ed0e58..735d1f8a05 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 3c6a280bdd..d7686ca1a4 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 99a9eed88a..15efc64cab 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 efe128ca00..400293219f 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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to