Просмотр исходного кода

rebar.config.sample: document require_*_vsn options

pull/3/head
Tuncer Ayaz 12 лет назад
Родитель
Сommit
3ee2a4a6d0
1 измененных файлов: 5 добавлений и 0 удалений
  1. +5
    -0
      rebar.config.sample

+ 5
- 0
rebar.config.sample Просмотреть файл

@ -5,6 +5,11 @@
%% == Core ==
%% Check required ERTS or OTP release version
{require_erts_vsn, ".*"}.
{require_otp_vsn, ".*"}.
{require_min_otp_vsn, ".*"}.
%% Additional library directories to add to the code path
{lib_dirs, []}.

Загрузка…
Отмена
Сохранить