From 5373b56bfa199f8db4caead2ec28f9a6a87e2e83 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Tue, 2 Sep 2014 18:29:29 -0500 Subject: move locking to a provider --- ebin/rebar.app | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ebin') 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, -- cgit v1.1