diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-14 23:44:47 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-23 13:17:11 +0200 |
commit | 252757c753e9ec5c5247a86eb635aee385d05ee1 (patch) | |
tree | a4d81e806bdfed018f0e5edf01aa4889d0a58896 /ebin | |
parent | 3c56fbab6f5d0b87ba21fac828899d20132d5066 (diff) |
Do not use application:set_env
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 3 |
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, |