瀏覽代碼

Update goldrush, remove syntax_tools as an included application. Closes #140

pull/146/head 2.0.0
Andrew Thompson 12 年之前
父節點
當前提交
169cffd947
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      rebar.config
  2. +1
    -1
      src/lager.app.src

+ 1
- 1
rebar.config 查看文件

@ -2,7 +2,7 @@
{erl_first_files, ["src/lager_util.erl"]}.
{deps, [
{goldrush, ".*",
{git, "git://github.com/DeadZen/goldrush.git", {tag, "7ff9b03"}}}
{git, "git://github.com/DeadZen/goldrush.git", {tag, "879c69874a"}}}
]}.
{cover_enabled, true}.

+ 1
- 1
src/lager.app.src 查看文件

@ -10,7 +10,7 @@
stdlib
]},
{registered, [lager_sup, lager_event, lager_crash_log, lager_handler_watcher_sup]},
{included_applications, [syntax_tools, goldrush]},
{included_applications, [goldrush]},
{mod, {lager_app, []}},
{env, [
%% What handlers to install with what arguments

Loading…
取消
儲存