|
@ -5,7 +5,7 @@ |
|
|
rebar_utils, |
|
|
rebar_utils, |
|
|
rebar_app_utils, |
|
|
rebar_app_utils, |
|
|
rebar_rel_utils, |
|
|
rebar_rel_utils, |
|
|
rebar_doterl_compiler]}, |
|
|
|
|
|
|
|
|
rebar_erlc_compiler]}, |
|
|
{registered, []}, |
|
|
{registered, []}, |
|
|
{applications, [kernel, |
|
|
{applications, [kernel, |
|
|
stdlib, |
|
|
stdlib, |
|
@ -14,7 +14,7 @@ |
|
|
%% Key/value list of base/default configuration used by |
|
|
%% Key/value list of base/default configuration used by |
|
|
%% rebar_config during initialization |
|
|
%% rebar_config during initialization |
|
|
{default_config, [ |
|
|
{default_config, [ |
|
|
{app_modules, [ rebar_doterl_compiler ]} |
|
|
|
|
|
|
|
|
{app_modules, [ rebar_erlc_compiler ]} |
|
|
]} |
|
|
]} |
|
|
]} |
|
|
]} |
|
|
]}. |
|
|
]}. |