Browse Source

Merge pull request #566 from emqtt/issue#557

load 'observer' application and fix issue #557
Feng Lee 9 years ago
parent
commit
791c50282f
1 changed files with 11 additions and 9 deletions
  1. 11 9
      rel/reltool.config

+ 11 - 9
rel/reltool.config

@@ -10,21 +10,22 @@
          stdlib,
          stdlib,
          sasl,
          sasl,
          asn1,
          asn1,
-		 syntax_tools,
-		 ssl,
-		 crypto,
+         syntax_tools,
+         ssl,
+         crypto,
          eldap,
          eldap,
          xmerl,
          xmerl,
-		 os_mon,
-		 inets,
-		 goldrush,
+         os_mon,
+         inets,
+         goldrush,
          compiler,
          compiler,
          runtime_tools,
          runtime_tools,
-		 lager,
+         {observer, load},
+         lager,
          gen_logger,
          gen_logger,
          gproc,
          gproc,
-		 esockd,
-		 mochiweb,
+         esockd,
+         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}]},