From fb0cee2afb9c5932aaf5cbef10a2def594f27456 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Wed, 6 Jan 2010 17:31:14 +0100 Subject: Implemented option to specify number of concurrent workers a command may use --- ebin/rebar.app | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'ebin') diff --git a/ebin/rebar.app b/ebin/rebar.app index bd76ff7..cfd62d0 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -25,13 +25,16 @@ rebar_utils, getopt ]}, {registered, []}, - {applications, [kernel, - stdlib, + {applications, [kernel, + stdlib, sasl]}, {env, [ %% Default log level {log_level, error}, + %% Default parallel jobs + {jobs, 3}, + %% any_dir processing modules {any_dir_modules, [ rebar_subdirs, @@ -51,7 +54,7 @@ rebar_eunit, rebar_escripter ]}, - + {rel_dir, [ rebar_reltool ]} -- cgit v1.1