This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
rebar.config.sample: document require_*_vsn options
pull/3/head
Tuncer Ayaz
12 years ago
parent
ed55df9648
commit
3ee2a4a6d0
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
rebar.config.sample
+ 5
- 0
rebar.config.sample
View File
@ -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, []}.
Write
Preview
Loading…
Cancel
Save