From 629792f36baaaddaeb8ce654760ca4392a571cc5 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sun, 17 Aug 2014 21:10:43 -0500 Subject: start of moving to splitting state from config parsing --- ebin/rebar.app | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ebin') 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, -- cgit v1.1