From 34647928b2159468506f52444bd629f239db511d Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sat, 24 Jul 2010 01:53:17 +0200 Subject: Add rebar_pre_script courtesy of Geoff Cant --- ebin/rebar.app | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ebin') diff --git a/ebin/rebar.app b/ebin/rebar.app index 668abe4..b5a5457 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -25,6 +25,7 @@ rebar_neotoma_compiler, rebar_port_compiler, rebar_post_script, + rebar_pre_script, rebar_rel_utils, rebar_reltool, rebar_require_vsn, @@ -71,7 +72,8 @@ rebar_escripter, rebar_edoc, rebar_xref, - rebar_post_script + rebar_post_script, + rebar_pre_script ]}, {rel_dir, [ -- cgit v1.1