summaryrefslogtreecommitdiff
path: root/ebin/rebar.app
diff options
context:
space:
mode:
authorDave Smith <dizzyd@dizzyd.com>2010-01-02 14:17:59 -0700
committerDave Smith <dizzyd@dizzyd.com>2010-01-02 14:17:59 -0700
commit9c15d63191695a8121cb5566817ed2123c59567b (patch)
treedaaae1391c29f7b50d214b203ba183d684b16d88 /ebin/rebar.app
parent18e1b37e6f1e81325e8ce8167a639b521a8f4726 (diff)
Refactor of compilation logic to enable support for package modules and provide better modularity/reusability for other systems
Diffstat (limited to 'ebin/rebar.app')
-rw-r--r--ebin/rebar.app3
1 files changed, 2 insertions, 1 deletions
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,