From 902e00fb93991b612ba7ed40afbc4c0abcf37dfc Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Mon, 3 May 2010 19:47:07 -0600 Subject: Add support for requiring a specific ERTS or OTP version via a regex --- ebin/rebar.app | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ebin') diff --git a/ebin/rebar.app b/ebin/rebar.app index 0019509..e04970a 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -24,6 +24,7 @@ rebar_port_compiler, rebar_rel_utils, rebar_reltool, + rebar_require_vsn, rebar_subdirs, rebar_templater, rebar_utils, @@ -43,6 +44,7 @@ %% any_dir processing modules {any_dir_modules, [ + rebar_require_vsn, rebar_subdirs, rebar_deps, rebar_templater, -- cgit v1.1