This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a commit to branch import-jwtf
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/import-jwtf by this push:
new 919f75c add jwtf to release
919f75c is described below
commit 919f75c344c9737b42d36ee3403e1ae0620c5606
Author: Robert Newson <[email protected]>
AuthorDate: Thu Mar 12 11:58:00 2020 +0000
add jwtf to release
---
rebar.config.script | 1 +
rel/reltool.config | 2 ++
2 files changed, 3 insertions(+)
diff --git a/rebar.config.script b/rebar.config.script
index 1dcad56..408ad3d 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -132,6 +132,7 @@ SubDirs = [
"src/fabric",
"src/global_changes",
"src/ioq",
+ "src/jwtf",
"src/ken",
"src/mango",
"src/rexi",
diff --git a/rel/reltool.config b/rel/reltool.config
index 5285504..7960192 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -51,6 +51,7 @@
ibrowse,
ioq,
jiffy,
+ jwtf,
ken,
khash,
mango,
@@ -110,6 +111,7 @@
{app, ibrowse, [{incl_cond, include}]},
{app, ioq, [{incl_cond, include}]},
{app, jiffy, [{incl_cond, include}]},
+ {app, jwtf, [{incl_cond, include}]},
{app, ken, [{incl_cond, include}]},
{app, khash, [{incl_cond, include}]},
{app, mango, [{incl_cond, include}]},