diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2010-05-03 19:47:07 -0600 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2010-05-03 19:47:07 -0600 |
commit | 902e00fb93991b612ba7ed40afbc4c0abcf37dfc (patch) | |
tree | c9c5692d4648824c28d42a542067f736363eefa2 /ebin | |
parent | b85c0b4515d101f8196a088ce30a0312660d884a (diff) |
Add support for requiring a specific ERTS or OTP version via a regex
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 2 |
1 files changed, 2 insertions, 0 deletions
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, |