add bear
This commit is contained in:
parent
13bf396306
commit
331bcff014
|
@ -8,6 +8,7 @@
|
||||||
stdlib,
|
stdlib,
|
||||||
sasl,
|
sasl,
|
||||||
mnesia,
|
mnesia,
|
||||||
|
bear,
|
||||||
goldrush,
|
goldrush,
|
||||||
lager,
|
lager,
|
||||||
syntax_tools,
|
syntax_tools,
|
||||||
|
@ -37,6 +38,7 @@
|
||||||
{app, sasl, [{incl_cond, include}]},
|
{app, sasl, [{incl_cond, include}]},
|
||||||
{app, mnesia, [{incl_cond, include}]},
|
{app, mnesia, [{incl_cond, include}]},
|
||||||
{app, compiler, [{incl_cond, include}]},
|
{app, compiler, [{incl_cond, include}]},
|
||||||
|
{app, bear, [{incl_cond, include}]},
|
||||||
{app, goldrush, [{incl_cond, include}]},
|
{app, goldrush, [{incl_cond, include}]},
|
||||||
{app, lager, [{incl_cond, include}]},
|
{app, lager, [{incl_cond, include}]},
|
||||||
{app, elog, [{incl_cond, include}]},
|
{app, elog, [{incl_cond, include}]},
|
||||||
|
|
Loading…
Reference in New Issue