diff options
author | Tristan Sloughter <tristan.sloughter@gmail.com> | 2014-11-10 19:35:10 -0600 |
---|---|---|
committer | Tristan Sloughter <tristan.sloughter@gmail.com> | 2014-11-10 19:35:10 -0600 |
commit | 022ffdf6cb7fdf77f5bc3e3d2ecbe715a9b84c7a (patch) | |
tree | c70c4a6b9065b0132e785dcf15b90f9833577c7f /priv/templates/otp_rel.template | |
parent | e202367322b7ce155379196f42a009cf5bfa7e22 (diff) | |
parent | 392abf148122be020f3955005497d488d3f881fd (diff) |
Merge pull request #28 from tsloughter/templates-redux
Redo templates with docs and whatnot
Diffstat (limited to 'priv/templates/otp_rel.template')
-rw-r--r-- | priv/templates/otp_rel.template | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/priv/templates/otp_rel.template b/priv/templates/otp_rel.template deleted file mode 100644 index b75c1da..0000000 --- a/priv/templates/otp_rel.template +++ /dev/null @@ -1,11 +0,0 @@ -{variables, []}. -{template, "app.erl", "apps/{{appid}}/src/{{appid}}_app.erl"}. -{template, "sup.erl", "apps/{{appid}}/src/{{appid}}_sup.erl"}. -{template, "otp_app.app.src", "apps/{{appid}}/src/{{appid}}.app.src"}. -{template, "rebar.config", "rebar.config"}. -{template, "relx.config", "relx.config"}. -{template, "sys.config", "config/sys.config"}. -{template, "vm.args", "config/vm.args"}. -{template, "gitignore", ".gitignore"}. -{template, "LICENSE", "LICENSE"}. -{template, "README.md", "README.md"}. |