summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-09-18 18:35:12 -0500
committerTristan Sloughter <t@crashfast.com>2014-09-18 18:35:12 -0500
commit73ee56eace71065ff7fa15f0106c2f559a6e632b (patch)
tree5d2864cdf48f65ff45edc276e2f209c5923dd1fb /ebin
parent8de7a609ffbfa9e7d1539de3ad420413326b85c0 (diff)
add do task
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rebar.app20
1 files changed, 11 insertions, 9 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index 967eb8e..831567b 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -8,9 +8,10 @@
rebar_app_info,rebar_app_utils,rebar_base_compiler,
rebar_config,rebar_core,rebar_erlc_compiler,
rebar_erlydtl_compiler,rebar_fetch,rebar_file_utils,
- rebar_log,rebar_otp_app,rebar_packages,rebar_provider,
- rebar_prv_app_discovery,rebar_prv_compile,
- rebar_prv_deps,rebar_prv_escripter,rebar_prv_help,
+ rebar_log,rebar_otp_app,rebar_packages,rebar_plugins,
+ rebar_provider,rebar_prv_app_discovery,
+ rebar_prv_compile,rebar_prv_deps,rebar_prv_do,
+ rebar_prv_escripter,rebar_prv_help,
rebar_prv_install_deps,rebar_prv_lock,rebar_prv_new,
rebar_prv_packages,rebar_prv_release,rebar_prv_shell,
rebar_prv_tar,rebar_prv_update,rebar_prv_version,
@@ -22,9 +23,10 @@
tools,erlware_commons,relx,inets]},
{env,[{log_level,warn},
{providers,[rebar_prv_escripter,rebar_prv_deps,
- rebar_prv_lock,rebar_prv_install_deps,
- rebar_prv_packages,rebar_erlydtl_compiler,
- rebar_prv_compile,rebar_prv_app_discovery,
- rebar_prv_shell,rebar_prv_tar,rebar_prv_new,
- rebar_prv_update,rebar_prv_release,
- rebar_prv_version,rebar_prv_help]}]}]}.
+ rebar_prv_do,rebar_prv_lock,
+ rebar_prv_install_deps,rebar_prv_packages,
+ rebar_erlydtl_compiler,rebar_prv_compile,
+ rebar_prv_app_discovery,rebar_prv_shell,
+ rebar_prv_tar,rebar_prv_new,rebar_prv_update,
+ rebar_prv_release,rebar_prv_version,
+ rebar_prv_help]}]}]}.