This commit is contained in:
李方朔 2013-11-05 00:21:49 +08:00
parent 13bf396306
commit 331bcff014
1 changed files with 2 additions and 0 deletions

View File

@ -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}]},