From 9c15d63191695a8121cb5566817ed2123c59567b Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Sat, 2 Jan 2010 14:17:59 -0700 Subject: Refactor of compilation logic to enable support for package modules and provide better modularity/reusability for other systems --- ebin/rebar.app | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ebin') diff --git a/ebin/rebar.app b/ebin/rebar.app index c2f7967..bd76ff7 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -3,7 +3,8 @@ {vsn, "2"}, {modules, [ rebar, rebar_app_utils, - rebar_config, + rebar_base_compiler, + rebar_config, rebar_core, rebar_ct, rebar_deps, -- cgit v1.1