diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-05-25 20:53:16 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-05-31 11:15:18 +0200 |
commit | 3a8b4d5e8fdd1155e15844e8a46dc2e6ccff9e38 (patch) | |
tree | eaebb2ca95b6f591eb49450c21019a60b575d91c /ebin | |
parent | 70137292e199f86f9470822a9234b641844bab1a (diff) |
Cleanup deprecations now that R14B03 is released
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 3565fed..a6bb69a 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -29,8 +29,6 @@ rebar_protobuffs_compiler, rebar_neotoma_compiler, rebar_port_compiler, - rebar_post_script, - rebar_pre_script, rebar_rel_utils, rebar_reltool, rebar_require_vsn, @@ -64,7 +62,6 @@ %% Dir specific processing modules {modules, [ {app_dir, [ - rebar_pre_script, rebar_abnfc_compiler, rebar_protobuffs_compiler, rebar_neotoma_compiler, @@ -79,8 +76,7 @@ rebar_dialyzer, rebar_escripter, rebar_edoc, - rebar_xref, - rebar_post_script + rebar_xref ]}, {rel_dir, [ |