浏览代码

rebar.config.sample: remove non-existing option

pull/3/head
Tuncer Ayaz 12 年前
父节点
当前提交
e86ec457b6
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. +0
    -5
      rebar.config.sample

+ 0
- 5
rebar.config.sample 查看文件

@ -138,11 +138,6 @@
%% Which files to cleanup %% Which files to cleanup
{clean_files, ["file", "file2"]}. {clean_files, ["file", "file2"]}.
%% == Reltool ==
%% Target directory for the release
{target, "target"}.
%% == OTP Applications == %% == OTP Applications ==
%% Enable validation of the OTP app module list. Default is 'true' %% Enable validation of the OTP app module list. Default is 'true'

正在加载...
取消
保存