浏览代码

Simplify reltool.config template

pull/3/head
Tuncer Ayaz 13 年前
父节点
当前提交
f0de7faa11
共有 1 个文件被更改,包括 3 次插入5 次删除
  1. +3
    -5
      priv/templates/simplenode.reltool.config

+ 3
- 5
priv/templates/simplenode.reltool.config 查看文件

@ -16,15 +16,13 @@
]},
{boot_rel, "{{nodeid}}"},
{profile, embedded},
{incl_cond, exclude},
{incl_cond, derived},
{mod_cond, derived},
{excl_archive_filters, [".*"]}, %% Do not archive built libs
{excl_sys_filters, ["^bin/.*", "^erts.*/bin/(dialyzer|typer)",
"^erts.*/(doc|info|include|lib|man|src)"]},
{excl_app_filters, ["\.gitignore"]},
{app, sasl, [{incl_cond, include}]},
{app, stdlib, [{incl_cond, include}]},
{app, kernel, [{incl_cond, include}]},
{app, {{nodeid}}, [{incl_cond, include}]}
{app, {{nodeid}}, [{mod_cond, app}, {incl_cond, include}]}
]}.
{target_dir, "{{nodeid}}"}.

正在加载...
取消
保存