diff options
| author | Dave Smith <dizzyd@dizzyd.com> | 2010-06-09 14:06:48 -0600 |
|---|---|---|
| committer | Dave Smith <dizzyd@dizzyd.com> | 2010-06-09 14:06:48 -0600 |
| commit | e66585789d8e7da82ce171c63964d5650cf2e75f (patch) | |
| tree | 562e7ff44109776face5337a2b171ee1e4908125 | |
| parent | 9dda9c2578877c1f437d88d5995554f957f47c08 (diff) | |
Process deps prior to subdirs so that top-level dependencies work as expected
| -rw-r--r-- | ebin/rebar.app | 2 |
1 files changed, 1 insertions, 1 deletions
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 ]}, |
