load 'observer' application and fix issue #557

This commit is contained in:
Feng Lee 2016-05-25 14:19:25 +08:00
parent 22ae889ee6
commit b0541ac18c
1 changed files with 11 additions and 9 deletions

View File

@ -10,21 +10,22 @@
stdlib, stdlib,
sasl, sasl,
asn1, asn1,
syntax_tools, syntax_tools,
ssl, ssl,
crypto, crypto,
eldap, eldap,
xmerl, xmerl,
os_mon, os_mon,
inets, inets,
goldrush, goldrush,
compiler, compiler,
runtime_tools, runtime_tools,
lager, {observer, load},
lager,
gen_logger, gen_logger,
gproc, gproc,
esockd, esockd,
mochiweb, mochiweb,
emqttd emqttd
]}, ]},
{rel, "start_clean", "", {rel, "start_clean", "",
@ -56,6 +57,7 @@
{app, inets, [{incl_cond, include}]}, {app, inets, [{incl_cond, include}]},
{app, compiler, [{incl_cond, include}]}, {app, compiler, [{incl_cond, include}]},
{app, runtime_tools, [{incl_cond, include}]}, {app, runtime_tools, [{incl_cond, include}]},
{app, observer, [{incl_cond, include}]},
{app, goldrush, [{incl_cond, include}]}, {app, goldrush, [{incl_cond, include}]},
{app, gen_logger, [{incl_cond, include}]}, {app, gen_logger, [{incl_cond, include}]},
{app, lager, [{incl_cond, include}]}, {app, lager, [{incl_cond, include}]},