浏览代码

remove relx.config from release template

pull/46/head
Tristan Sloughter 10 年前
父节点
当前提交
cd46f5e28c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      priv/templates/release.template

+ 0
- 1
priv/templates/release.template 查看文件

@ -7,7 +7,6 @@
{template, "sup.erl.dtl", "{{name}}/{{apps_dir}}/{{name}}/src/{{name}}_sup.erl"}.
{template, "otp_app.app.src.dtl", "{{name}}/{{apps_dir}}/{{name}}/src/{{name}}.app.src"}.
{template, "relx_rebar.config.dtl", "{{name}}/rebar.config"}.
{template, "relx.config.dtl", "{{name}}/relx.config"}.
{template, "sys.config.dtl", "{{name}}/config/sys.config"}.
{template, "vm.args.dtl", "{{name}}/config/vm.args"}.
{template, "gitignore.dtl", "{{name}}/.gitignore"}.

正在加载...
取消
保存