From deaabbe9a786a280ab8eeaafddba7c4db23542e3 Mon Sep 17 00:00:00 2001
From: Dave Smith <dizzyd@dizzyd.com>
Date: Mon, 14 Jun 2010 05:59:14 -0600
Subject: Adding support for compile/clean post scripts, per suggestion from
 Kevin Smith

---
 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 7116826..25b200c 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -23,6 +23,7 @@
               rebar_port_compiler,
               rebar_protobuffs_compiler,
               rebar_port_compiler,
+              rebar_post_script,
               rebar_rel_utils,
               rebar_reltool,
               rebar_require_vsn,
@@ -67,7 +68,8 @@
                                rebar_dialyzer,
                                rebar_escripter,
                                rebar_edoc,
-                               rebar_xref
+                               rebar_xref,
+                               rebar_post_script
                               ]},
 
                     {rel_dir, [
-- 
cgit v1.1