diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-08-17 21:10:43 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-08-17 21:10:43 -0500 |
commit | 629792f36baaaddaeb8ce654760ca4392a571cc5 (patch) | |
tree | b8332107bf24ee9612123ab7c03939da58085290 /ebin | |
parent | 54e1231e4f34e3bcb9ccdbbd07565fe2538c5401 (diff) |
start of moving to splitting state from config parsing
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 3056469..0c02a8e 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -23,14 +23,17 @@ rebar_fetch, rebar_file_utils, rebar_log, + rebar_lock, rebar_otp_app, rebar_provider, rebar_prv_app_builder, + rebar_prv_app_discovery, rebar_qc, rebar_require_vsn, rebar_prv_release, rebar_prv_update, rebar_shell, + rebar_state, rebar_subdirs, rebar_prv_tar, rebar_templater, @@ -57,6 +60,7 @@ rebar_deps, rebar_erlydtl_compiler, rebar_prv_app_builder, + rebar_prv_app_discovery, rebar_shell, rebar_prv_tar, rebar_prv_update, |