diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-08-23 14:38:48 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-08-23 14:38:48 -0500 |
commit | 1afdd380d3e9c4fed717d6aaf05c5ad4a1b52322 (patch) | |
tree | 5569a6d8890fc9e5fe069b740789ede6a0a9fdc5 /ebin | |
parent | 5bb99b81db5f0b153282409d1fcf635b290e979f (diff) |
add back templating
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 47770cc..6d48a1b 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -30,7 +30,9 @@ rebar_prv_app_discovery, rebar_require_vsn, rebar_prv_release, + rebar_prv_new, rebar_prv_update, + rebar_mustache, rebar_shell, rebar_state, rebar_prv_tar, @@ -62,6 +64,7 @@ rebar_shell, rebar_ct, rebar_prv_tar, + rebar_prv_new, rebar_prv_update, rebar_prv_release]} ]} |