Преглед на файлове

Put rebar_pre_script in correct app_dir module position

Erroneously put rebar_pre_script at the end of the app_dir modules
list in the previous commit.
pull/3/head
Tuncer Ayaz преди 14 години
родител
ревизия
448e1ea20b
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +2
    -2
      ebin/rebar.app

+ 2
- 2
ebin/rebar.app Целия файл

@ -58,6 +58,7 @@
%% Dir specific processing modules %% Dir specific processing modules
{modules, [ {modules, [
{app_dir, [ {app_dir, [
rebar_pre_script,
rebar_protobuffs_compiler, rebar_protobuffs_compiler,
rebar_neotoma_compiler, rebar_neotoma_compiler,
rebar_asn1_compiler, rebar_asn1_compiler,
@ -72,8 +73,7 @@
rebar_escripter, rebar_escripter,
rebar_edoc, rebar_edoc,
rebar_xref, rebar_xref,
rebar_post_script,
rebar_pre_script
rebar_post_script
]}, ]},
{rel_dir, [ {rel_dir, [

Зареждане…
Отказ
Запис