diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-11-18 23:50:56 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-11-19 00:16:34 +0100 |
commit | e74a0feb05750fb803a734b0c1985fe166044372 (patch) | |
tree | 8870e2f37368139a888e129db53171a185d330b4 | |
parent | 06dbb4cb8083101375f3f243d44f2e9d25b1b8b6 (diff) |
rebar.config: delete unused and unimplemented 'app_bin' option
app_bin option was used by the install command which has been
removed in 51ed787.
-rw-r--r-- | rebar.config | 1 | ||||
-rw-r--r-- | rebar.config.sample | 3 |
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}. |