diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-08-31 11:12:24 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-08-31 11:12:41 -0500 |
commit | 829d4f2ca50e70091b42d5d6a42dfbc8873cf52c (patch) | |
tree | 3170668cb23109e4ee580dd4e835bd49142c611b /ebin | |
parent | 21f47438614a0d50caf20801c4440d54d12c3f20 (diff) |
refactor install_deps again and rename app_builder to compile
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 9b719d3..999963a 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -22,7 +22,7 @@ rebar_packages, rebar_prv_deps, rebar_prv_install_deps, - rebar_prv_app_builder, + rebar_prv_compile, rebar_prv_app_discovery, rebar_prv_escripter, rebar_prv_release, @@ -57,7 +57,7 @@ rebar_prv_install_deps, rebar_prv_packages, rebar_erlydtl_compiler, - rebar_prv_app_builder, + rebar_prv_compile, rebar_prv_app_discovery, rebar_prv_shell, rebar_prv_tar, |