summaryrefslogtreecommitdiff
path: root/ebin/rebar.app
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-07-14 23:44:47 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-07-23 13:17:11 +0200
commit252757c753e9ec5c5247a86eb635aee385d05ee1 (patch)
treea4d81e806bdfed018f0e5edf01aa4889d0a58896 /ebin/rebar.app
parent3c56fbab6f5d0b87ba21fac828899d20132d5066 (diff)
downloadrebar-252757c753e9ec5c5247a86eb635aee385d05ee1.tar.gz
Do not use application:set_env
Diffstat (limited to 'ebin/rebar.app')
-rw-r--r--ebin/rebar.app3
1 files changed, 0 insertions, 3 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index d74e81c..b5e1be3 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -50,9 +50,6 @@
%% Default log level
{log_level, error},
- %% Default parallel jobs
- {jobs, 3},
-
%% any_dir processing modules
{any_dir_modules, [
rebar_require_vsn,