diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-06-17 17:03:38 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-06-17 17:03:38 +0200 |
commit | e7e2bc17b2620374ec0c112bf9598a4102b2b2ff (patch) | |
tree | af03ae921b5e275f6483cf74a845ec7f9e575980 | |
parent | 0f961d86c6306e1aacae04218d31c8c51081c5bd (diff) |
Sort rebar_* modules in rebar.app
-rw-r--r-- | ebin/rebar.app | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 111a4c6..b1a51c7 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -6,27 +6,27 @@ {vsn, "2.0.0"}, {modules, [ rebar, rebar_abnfc_compiler, - rebar_appups, rebar_app_utils, + rebar_appups, + rebar_asn1_compiler, rebar_base_compiler, + rebar_cleaner, rebar_config, rebar_core, - rebar_cleaner, rebar_ct, rebar_deps, - rebar_asn1_compiler, rebar_edoc, rebar_erlc_compiler, + rebar_erlydtl_compiler, rebar_escripter, rebar_eunit, rebar_file_utils, rebar_lfe_compiler, - rebar_erlydtl_compiler, rebar_log, + rebar_neotoma_compiler, rebar_otp_app, rebar_port_compiler, rebar_protobuffs_compiler, - rebar_neotoma_compiler, rebar_rel_utils, rebar_reltool, rebar_require_vsn, |