You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2017/10/09 06:14:40 UTC

[couchdb] 01/07: simplify couch_persuer.app definition

This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch 749-fix-couch_peruser-app-structure
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 5d3b9023eb6ff28693106c06bd025224163d669d
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Mon Oct 9 07:54:39 2017 +0200

    simplify couch_persuer.app definition
---
 src/couch_peruser/src/couch_peruser.app.src | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/couch_peruser/src/couch_peruser.app.src b/src/couch_peruser/src/couch_peruser.app.src
index 9859e03..f7c5134 100644
--- a/src/couch_peruser/src/couch_peruser.app.src
+++ b/src/couch_peruser/src/couch_peruser.app.src
@@ -16,6 +16,5 @@
     {registered, []},
     {applications, [kernel, stdlib, config, couch, fabric, mem3]},
     {mod, {couch_peruser_app, []}},
-    {env, []},
-    {modules, [couch_peruser, couch_peruser_app, couch_peruser_sup]}
+    {env, []}
 ]}.

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.