summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2014-09-03 23:08:52 +0100
committerRobert Newson <rnewson@apache.org>2014-09-03 23:08:52 +0100
commit6b6db6583a5157bdfcab18bf75523b38e4c6159d (patch)
treea34b925388dbfb77884837695e16e9647d3760b2
parent9be7eb980ad05d5adf86f23ff6687b3ec688df25 (diff)
downloadcouchdb-6b6db6583a5157bdfcab18bf75523b38e4c6159d.tar.gz
Add missing apps to reltool.config
-rw-r--r--rel/reltool.config6
1 files changed, 6 insertions, 0 deletions
diff --git a/rel/reltool.config b/rel/reltool.config
index d7093483a..b57d7820e 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}]},