aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlx_prv_release.erl
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2014-11-03 20:47:43 -0600
committerTristan Sloughter <[email protected]>2014-11-03 20:48:04 -0600
commitf74f15b95c7dd6b27cd415909cf644977ebb88c1 (patch)
treef2cac590604ff2db48ae46121f3115d6d6a792ea /src/rlx_prv_release.erl
parent0066f8f37819c5ea1776655ea6cdffab4c95bcd5 (diff)
downloadrelx-f74f15b95c7dd6b27cd415909cf644977ebb88c1.tar.gz
relx-f74f15b95c7dd6b27cd415909cf644977ebb88c1.tar.bz2
relx-f74f15b95c7dd6b27cd415909cf644977ebb88c1.zip
split release and app discovery into two separate providers
Diffstat (limited to 'src/rlx_prv_release.erl')
-rw-r--r--src/rlx_prv_release.erl6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/rlx_prv_release.erl b/src/rlx_prv_release.erl
index bd5acc4..02a9758 100644
--- a/src/rlx_prv_release.erl
+++ b/src/rlx_prv_release.erl
@@ -18,10 +18,6 @@
%%% @author Eric Merritt <[email protected]>
%%% @copyright (C) 2012 Erlware, LLC.
%%%
-%%% @doc This provider uses the lib_dir setting of the state. It searches the
-%%% Lib Dirs looking for all OTP Applications that are available. When it finds
-%%% those OTP Applications it loads the information about them and adds them to
-%%% the state of available apps. This implements the provider behaviour.
-module(rlx_prv_release).
-behaviour(provider).
@@ -33,7 +29,7 @@
-include("relx.hrl").
-define(PROVIDER, resolve_release).
--define(DEPS, [discover]).
+-define(DEPS, [app_discover]).
%%============================================================================
%% API