summaryrefslogtreecommitdiff
path: root/rebar.config
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
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')
-rw-r--r--rebar.config1
1 files changed, 0 insertions, 1 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/*", "."}]}.