|
@@ -10,7 +10,7 @@
|
|
|
mnesia,
|
|
mnesia,
|
|
|
lager,
|
|
lager,
|
|
|
compiler,
|
|
compiler,
|
|
|
- %{folsom, load},
|
|
|
|
|
|
|
+ {folsom, load},
|
|
|
emqtt
|
|
emqtt
|
|
|
]},
|
|
]},
|
|
|
{rel, "start_clean", "",
|
|
{rel, "start_clean", "",
|
|
@@ -32,7 +32,7 @@
|
|
|
{app, mnesia, [{incl_cond, include}]},
|
|
{app, mnesia, [{incl_cond, include}]},
|
|
|
{app, compiler, [{incl_cond, include}]},
|
|
{app, compiler, [{incl_cond, include}]},
|
|
|
{app, lager, [{incl_cond, include}]},
|
|
{app, lager, [{incl_cond, include}]},
|
|
|
- %{app, folsom, [{incl_cond, include}]},
|
|
|
|
|
|
|
+ {app, folsom, [{incl_cond, include}]},
|
|
|
{app, emqtt, [{mod_cond, app}, {incl_cond, include}]}
|
|
{app, emqtt, [{mod_cond, app}, {incl_cond, include}]}
|
|
|
]}.
|
|
]}.
|
|
|
|
|
|