Browse Source

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

pull/146/head 2.0.0
Andrew Thompson 12 years ago
parent
commit
169cffd947
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      rebar.config
  2. +1
    -1
      src/lager.app.src

+ 1
- 1
rebar.config View File

@ -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 View File

@ -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…
Cancel
Save