From 331bcff014a73ff852302f99047486d40d3a5952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=96=B9=E6=9C=94?= Date: Tue, 5 Nov 2013 00:21:49 +0800 Subject: [PATCH] add bear --- rel/reltool.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rel/reltool.config b/rel/reltool.config index 850e82def..2b15346b1 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -8,6 +8,7 @@ stdlib, sasl, mnesia, + bear, goldrush, lager, syntax_tools, @@ -37,6 +38,7 @@ {app, sasl, [{incl_cond, include}]}, {app, mnesia, [{incl_cond, include}]}, {app, compiler, [{incl_cond, include}]}, + {app, bear, [{incl_cond, include}]}, {app, goldrush, [{incl_cond, include}]}, {app, lager, [{incl_cond, include}]}, {app, elog, [{incl_cond, include}]},