Bläddra i källkod

rebar.config.sample: document require_*_vsn options

pull/3/head
Tuncer Ayaz 12 år sedan
förälder
incheckning
3ee2a4a6d0
1 ändrade filer med 5 tillägg och 0 borttagningar
  1. +5
    -0
      rebar.config.sample

+ 5
- 0
rebar.config.sample Visa fil

@ -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, []}.

Laddar…
Avbryt
Spara