summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-09-02 18:29:29 -0500
committerTristan Sloughter <t@crashfast.com>2014-09-02 18:29:29 -0500
commit5373b56bfa199f8db4caead2ec28f9a6a87e2e83 (patch)
treef1b4e892cbe9d2b0cf4e2a839321b42b35384d33 /ebin
parentd2cd52c3d265f76a4faae60a258b54baf4010ec8 (diff)
move locking to a provider
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rebar.app3
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,