From 2d9af6cf485466d1b4e81707a8bb3ad8ebcd238b Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Thu, 7 Jan 2010 22:18:55 -0700 Subject: Sketching out templating system --- ebin/rebar.app | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ebin') diff --git a/ebin/rebar.app b/ebin/rebar.app index 02a2094..d9e590c 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -23,8 +23,10 @@ rebar_rel_utils, rebar_reltool, rebar_subdirs, + rebar_templater, rebar_utils, - getopt ]}, + getopt, + mustache ]}, {registered, []}, {applications, [kernel, stdlib, @@ -39,7 +41,8 @@ %% any_dir processing modules {any_dir_modules, [ rebar_subdirs, - rebar_deps + rebar_deps, + rebar_templater ]}, %% Dir specific processing modules -- cgit v1.1