From 448e1ea20b82673a3e3ef3a31857a672a361cd7e Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sat, 24 Jul 2010 05:13:16 +0200 Subject: [PATCH] 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. --- ebin/rebar.app | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ebin/rebar.app b/ebin/rebar.app index b5a5457..6f9b6f5 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -58,6 +58,7 @@ %% Dir specific processing modules {modules, [ {app_dir, [ + rebar_pre_script, rebar_protobuffs_compiler, rebar_neotoma_compiler, rebar_asn1_compiler, @@ -72,8 +73,7 @@ rebar_escripter, rebar_edoc, rebar_xref, - rebar_post_script, - rebar_pre_script + rebar_post_script ]}, {rel_dir, [