You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/07/22 07:30:06 UTC

[49/50] couchdb commit: updated refs/heads/developer-preview-2.0 to 2a31bca

add couch_epi to reltool.config


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ccf95f1e
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ccf95f1e
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ccf95f1e

Branch: refs/heads/developer-preview-2.0
Commit: ccf95f1eba09024a9c4303f633de83dece85d2a5
Parents: 8059f09
Author: Robert Newson <rn...@apache.org>
Authored: Mon Jul 13 16:40:09 2015 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Mon Jul 13 16:40:09 2015 +0100

----------------------------------------------------------------------
 rel/reltool.config | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/ccf95f1e/rel/reltool.config
----------------------------------------------------------------------
diff --git a/rel/reltool.config b/rel/reltool.config
index 0929109..f246da9 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -33,6 +33,7 @@
         chttpd,
         config,
         couch,
+        couch_epi,
         couch_index,
         couch_log,
         couch_mrview,
@@ -87,6 +88,7 @@
     {app, chttpd, [{incl_cond, include}]},
     {app, config, [{incl_cond, include}]},
     {app, couch, [{incl_cond, include}]},
+    {app, couch_epi, [{incl_cond, include}]},
     {app, couch_index, [{incl_cond, include}]},
     {app, couch_log, [{incl_cond, include}]},
     {app, couch_mrview, [{incl_cond, include}]},