mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
rebar.config: delete unused and unimplemented 'app_bin' option
app_bin option was used by the install command which has been
removed in 51ed787
.
This commit is contained in:
parent
06dbb4cb80
commit
e74a0feb05
2 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
|
||||
%% ex: ts=4 sw=4 ft=erlang et
|
||||
|
||||
{app_bin, ["priv/rebar"]}.
|
||||
%% escript_incl_extra is for internal rebar-private use only.
|
||||
%% Do not use outside rebar. Config interface is not stable.
|
||||
{escript_incl_extra, [{"priv/templates/*", "."}]}.
|
||||
|
|
|
@ -138,9 +138,6 @@
|
|||
|
||||
%% == OTP Applications ==
|
||||
|
||||
%% Binaries to link into the erlang path?
|
||||
{app_bin, []}.
|
||||
|
||||
%% Enable validation of the OTP app module list. Default is 'true'
|
||||
{validate_app_modules, true}.
|
||||
|
||||
|
|
Loading…
Reference in a new issue