浏览代码

rebar.config: delete unused and unimplemented 'app_bin' option

app_bin option was used by the install command which has been
removed in 51ed787.
pull/3/head
Tuncer Ayaz 12 年前
父节点
当前提交
e74a0feb05
共有 2 个文件被更改,包括 0 次插入4 次删除
  1. +0
    -1
      rebar.config
  2. +0
    -3
      rebar.config.sample

+ 0
- 1
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/*", "."}]}.

+ 0
- 3
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}.

正在加载...
取消
保存