summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rebar.config1
-rw-r--r--rebar.config.sample3
2 files changed, 0 insertions, 4 deletions
diff --git a/rebar.config b/rebar.config
index b03f338..9028737 100644
--- a/rebar.config
+++ b/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/*", "."}]}.
diff --git a/rebar.config.sample b/rebar.config.sample
index b1d824b..c75b01b 100644
--- a/rebar.config.sample
+++ b/rebar.config.sample
@@ -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}.