Put rebar_pre_script in correct app_dir module position

Erroneously put rebar_pre_script at the end of the app_dir modules
list in the previous commit.
This commit is contained in:
Tuncer Ayaz 2010-07-24 05:13:16 +02:00
parent 34647928b2
commit 448e1ea20b

View file

@ -58,6 +58,7 @@
%% Dir specific processing modules %% Dir specific processing modules
{modules, [ {modules, [
{app_dir, [ {app_dir, [
rebar_pre_script,
rebar_protobuffs_compiler, rebar_protobuffs_compiler,
rebar_neotoma_compiler, rebar_neotoma_compiler,
rebar_asn1_compiler, rebar_asn1_compiler,
@ -72,8 +73,7 @@
rebar_escripter, rebar_escripter,
rebar_edoc, rebar_edoc,
rebar_xref, rebar_xref,
rebar_post_script, rebar_post_script
rebar_pre_script
]}, ]},
{rel_dir, [ {rel_dir, [