summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rebar.config3
-rw-r--r--rel/reltool.config20
2 files changed, 16 insertions, 7 deletions
diff --git a/rebar.config b/rebar.config
index 7664441b..ea77f778 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,12 +1,13 @@
{sub_dirs, [
"apps/ibrowse",
"apps/couch",
+ "apps/chttpd",
"apps/etap",
"apps/fabric",
"apps/mem3",
"apps/mochiweb",
"apps/oauth",
- "apps/rexi"
+ "apps/rexi",
"rel"
]}.
{erl_opts, [debug_info]}.
diff --git a/rel/reltool.config b/rel/reltool.config
index 0ee91698..d64044ee 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -12,18 +12,26 @@
mochiweb,
ibrowse,
oauth,
- couch
+ couch,
+ rexi,
+ fabric,
+ mem3,
+ chttpd
]},
{rel, "start_clean", "", [kernel, stdlib]},
{boot_rel, "dbcore"},
{profile, embedded},
{excl_sys_filters, ["^bin/.*", "^erts.*/bin/(dialyzer|typer)"]},
{excl_archive_filters, [".*"]},
- {app, sasl, [{incl_cond, include}]},
- {app, mochiweb, [{incl_cond, include}]},
- {app, ibrowse, [{incl_cond, include}]},
- {app, oauth, [{incl_cond, include}]},
- {app, couch, [{incl_cond, include}]}
+
+ % It's sufficient to list 'chttpd' here, as reltool will pull in all
+ % dependencies. But we'll be explicit and list everything actively
+ % developed in this repository.
+ {app, rexi, [{incl_cond, include}]},
+ {app, fabric, [{incl_cond, include}]},
+ {app, mem3, [{incl_cond, include}]},
+ {app, couch, [{incl_cond, include}]},
+ {app, chttpd, [{incl_cond, include}]}
]}.
{overlay, [