From e66585789d8e7da82ce171c63964d5650cf2e75f Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Wed, 9 Jun 2010 14:06:48 -0600 Subject: [PATCH] Process deps prior to subdirs so that top-level dependencies work as expected --- ebin/rebar.app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebin/rebar.app b/ebin/rebar.app index 4458330..7116826 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -46,8 +46,8 @@ %% any_dir processing modules {any_dir_modules, [ rebar_require_vsn, - rebar_subdirs, rebar_deps, + rebar_subdirs, rebar_templater, rebar_cleaner ]},