diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-09-02 18:29:29 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-09-02 18:29:29 -0500 |
commit | 5373b56bfa199f8db4caead2ec28f9a6a87e2e83 (patch) | |
tree | f1b4e892cbe9d2b0cf4e2a839321b42b35384d33 /ebin | |
parent | d2cd52c3d265f76a4faae60a258b54baf4010ec8 (diff) |
move locking to a provider
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 999963a..e3c2e0a 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -16,7 +16,7 @@ rebar_fetch, rebar_file_utils, rebar_log, - rebar_lock, + rebar_prv_lock, rebar_otp_app, rebar_provider, rebar_packages, @@ -54,6 +54,7 @@ %% any_dir processing modules {providers, [rebar_prv_escripter, rebar_prv_deps, + rebar_prv_lock, rebar_prv_install_deps, rebar_prv_packages, rebar_erlydtl_compiler, |