You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/09/04 00:09:07 UTC

couchdb commit: updated refs/heads/master to 6b6db65

Repository: couchdb
Updated Branches:
  refs/heads/master 9be7eb980 -> 6b6db6583


Add missing apps 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/6b6db658
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/6b6db658
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/6b6db658

Branch: refs/heads/master
Commit: 6b6db6583a5157bdfcab18bf75523b38e4c6159d
Parents: 9be7eb9
Author: Robert Newson <rn...@apache.org>
Authored: Wed Sep 3 23:08:52 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Wed Sep 3 23:08:52 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/6b6db658/rel/reltool.config
----------------------------------------------------------------------
diff --git a/rel/reltool.config b/rel/reltool.config
index d709348..b57d782 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -27,6 +27,7 @@
         syntax_tools,
         xmerl,
         %% couchdb
+        b64url,
         cassim,
         chttpd,
         config,
@@ -37,10 +38,12 @@
         couch_mrview,
         couch_plugins,
         couch_replicator,
+        couch_stats,
         couch_event,
         ddoc_cache,
         ets_lru,
         fabric,
+        folsom,
         global_changes,
         goldrush,
         ibrowse,
@@ -77,6 +80,7 @@
     {app, xmerl, [{incl_cond, include}]},
 
     %% couchdb
+    {app, b64url, [{incl_cond, include}]},
     {app, cassim, [{incl_cond, include}]},
     {app, chttpd, [{incl_cond, include}]},
     {app, config, [{incl_cond, include}]},
@@ -87,10 +91,12 @@
     {app, couch_mrview, [{incl_cond, include}]},
     {app, couch_plugins, [{incl_cond, include}]},
     {app, couch_replicator, [{incl_cond, include}]},
+    {app, couch_stats, [{incl_cond, include}]},
     {app, couch_event, [{incl_cond, include}]},
     {app, ddoc_cache, [{incl_cond, include}]},
     {app, ets_lru, [{incl_cond, include}]},
     {app, fabric, [{incl_cond, include}]},
+    {app, folsom, [{incl_cond, include}]},
     {app, global_changes, [{incl_cond, include}]},
     {app, goldrush, [{incl_cond, include}]},
     {app, ibrowse, [{incl_cond, include}]},