summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rebar.app7
1 files changed, 4 insertions, 3 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index b1a51c7..f4444a3 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -27,9 +27,11 @@
rebar_otp_app,
rebar_port_compiler,
rebar_protobuffs_compiler,
+ rebar_qc,
rebar_rel_utils,
rebar_reltool,
rebar_require_vsn,
+ rebar_shell,
rebar_subdirs,
rebar_templater,
rebar_upgrade,
@@ -49,9 +51,6 @@
%% Default log level
{log_level, error},
- %% Default parallel jobs
- {jobs, 3},
-
%% any_dir processing modules
{any_dir_modules, [
rebar_require_vsn,
@@ -75,8 +74,10 @@
rebar_otp_app,
rebar_ct,
rebar_eunit,
+ rebar_qc,
rebar_escripter,
rebar_edoc,
+ rebar_shell,
rebar_xref
]},