diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-08-30 22:14:48 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-08-30 22:16:30 -0500 |
commit | 21f47438614a0d50caf20801c4440d54d12c3f20 (patch) | |
tree | 054cda8b6a40d577b77d950bce898755f81962b7 /ebin | |
parent | ac0d726bb8c21eca3b883f7c47e42cdea02b5a3f (diff) |
remove more code that can be brought back later if needed
Diffstat (limited to 'ebin')
-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, |