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:
Tuncer Ayaz 2012-11-18 23:50:56 +01:00
parent 06dbb4cb80
commit e74a0feb05
2 changed files with 0 additions and 4 deletions

View file

@ -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/*", "."}]}.

View file

@ -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}.