diff options
Diffstat (limited to 'ebin/rebar.app')
-rw-r--r-- | ebin/rebar.app | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index bca0abc..294ec2b 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -24,18 +24,16 @@ {env, [ %% Default log level {log_level, error}, - - %% Key/value list of base/default configuration used by - %% rebar_config during initialization - {default_config, [ - {app_modules, [ rebar_protobuffs_compiler, - rebar_erlc_compiler, - rebar_port_compiler, - rebar_otp_app, - rebar_ct, - rebar_eunit]}, - {rel_modules, [ rebar_reltool ]} - ]} + %% Processing modules + {modules, [ + {app_dir, [ rebar_protobuffs_compiler, + rebar_erlc_compiler, + rebar_port_compiler, + rebar_otp_app, + rebar_ct, + rebar_eunit]}, + {rel_dir, [ rebar_reltool ]} + ]} ]} ]}. |