diff --git a/apps/pushy/src/pushy.app.src b/apps/pushy/src/pushy.app.src index 2f4c3668..b36f9206 100644 --- a/apps/pushy/src/pushy.app.src +++ b/apps/pushy/src/pushy.app.src @@ -16,7 +16,7 @@ webmachine, lager ]}, - {included_applications, [chef_authn]}, + {included_applications, []}, {mod, { pushy_app, []}}, {env, []} ]}. diff --git a/rel/reltool.config b/rel/reltool.config index a1305d95..2c37ba8a 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -11,6 +11,9 @@ lager, gproc, gen_leader, + epgsql, + emysql, + sqerl, pushy ]}, {rel, "start_clean", "", @@ -30,10 +33,14 @@ {app, folsom, [{incl_cond, include}]}, {app, gproc, [{incl_cond, include}]}, {app, gen_leader, [{incl_cond, include}]}, + {app, epgsql, [{incl_cond, include}]}, + {app, emysql, [{incl_cond, include}]}, {app, sqerl, [{incl_cond, include}]}, + {app, pushy_common, [{incl_cond, include}]}, {app, chef_authn, [{incl_cond, include}]}, - {app, pushy, [{incl_cond, include}]}, - {app, runtime_tools, [{incl_cond, include}]} + {app, runtime_tools, [{incl_cond, include}]}, + {app, eper, [{incl_cond, include}]}, + {app, pushy, [{incl_cond, include}]} ]}. {target_dir, "pushy"}.