summaryrefslogtreecommitdiff
path: root/rebar.config.sample
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-11-18 23:50:56 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-11-19 00:16:34 +0100
commite74a0feb05750fb803a734b0c1985fe166044372 (patch)
tree8870e2f37368139a888e129db53171a185d330b4 /rebar.config.sample
parent06dbb4cb8083101375f3f243d44f2e9d25b1b8b6 (diff)
downloadrebar-e74a0feb05750fb803a734b0c1985fe166044372.tar.gz
rebar.config: delete unused and unimplemented 'app_bin' option
app_bin option was used by the install command which has been removed in 51ed787.
Diffstat (limited to 'rebar.config.sample')
-rw-r--r--rebar.config.sample3
1 files changed, 0 insertions, 3 deletions
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}.