Skip to content

Commit

Permalink
rebar.config: delete unused and unimplemented 'app_bin' option
Browse files Browse the repository at this point in the history
app_bin option was used by the install command which has been
removed in 51ed787.
  • Loading branch information
Tuncer Ayaz committed Nov 18, 2012
1 parent 06dbb4c commit e74a0fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion rebar.config
@@ -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/*", "."}]}.
Expand Down
3 changes: 0 additions & 3 deletions rebar.config.sample
Expand Up @@ -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}.

Expand Down

0 comments on commit e74a0fe

Please sign in to comment.