diff options
Diffstat (limited to 'ebin/rebar.app')
-rw-r--r-- | ebin/rebar.app | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index cc754f9..9b719d3 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -9,18 +9,10 @@ rebar_app_info, rebar_app_discover, rebar_base_compiler, - rebar_cleaner, rebar_config, rebar_core, - rebar_cover_utils, - rebar_ct, - rebar_prv_deps, - rebar_prv_install_deps, - rebar_edoc, rebar_erlc_compiler, rebar_erlydtl_compiler, - rebar_escripter, - rebar_eunit, rebar_fetch, rebar_file_utils, rebar_log, @@ -28,21 +20,22 @@ rebar_otp_app, rebar_provider, rebar_packages, + rebar_prv_deps, + rebar_prv_install_deps, rebar_prv_app_builder, rebar_prv_app_discovery, - rebar_require_vsn, + rebar_prv_escripter, rebar_prv_release, rebar_prv_packages, rebar_prv_new, rebar_prv_update, - rebar_mustache, rebar_prv_shell, - rebar_state, rebar_prv_tar, + rebar_mustache, + rebar_state, rebar_templater, rebar_topo, - rebar_utils, - rebar_getopt]}, + rebar_utils]}, {registered, []}, {applications, [kernel, stdlib, @@ -59,7 +52,7 @@ {log_level, warn}, %% any_dir processing modules - {providers, [rebar_escripter, + {providers, [rebar_prv_escripter, rebar_prv_deps, rebar_prv_install_deps, rebar_prv_packages, @@ -67,7 +60,6 @@ rebar_prv_app_builder, rebar_prv_app_discovery, rebar_prv_shell, - rebar_ct, rebar_prv_tar, rebar_prv_new, rebar_prv_update, |