diff options
Diffstat (limited to 'src/rebar.app.src')
-rw-r--r-- | src/rebar.app.src | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/rebar.app.src b/src/rebar.app.src index 3164b73..c41ad92 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -21,22 +21,24 @@ {log_level, warn}, %% any_dir processing modules - {providers, [rebar_prv_escripter, + {providers, [rebar_prv_clean, rebar_prv_deps, rebar_prv_do, rebar_prv_lock, rebar_prv_install_deps, rebar_prv_packages, - rebar_erlydtl_compiler, + rebar_prv_erlydtl_compiler, rebar_prv_compile, rebar_prv_app_discovery, rebar_prv_shell, rebar_prv_tar, rebar_prv_new, rebar_prv_update, + rebar_prv_upgrade, rebar_prv_release, rebar_prv_version, rebar_prv_common_test, - rebar_prv_help]} + rebar_prv_help, + rebar_prv_test_deps]} ]} ]}. |