diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-10-03 06:33:33 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-10-03 06:33:33 -0500 |
commit | b37a5ae611aaf6b84a046fbe716f40c2aa8c75d8 (patch) | |
tree | f9a7d4d802ebdf4a0350d64b1d5ac001ffa801ef /priv/templates/otp_lib.template.dtl | |
parent | 75e669dc801616271ffee0e6db56a5e0bdfe4fc5 (diff) |
move providers to separate app
Diffstat (limited to 'priv/templates/otp_lib.template.dtl')
-rw-r--r-- | priv/templates/otp_lib.template.dtl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/priv/templates/otp_lib.template.dtl b/priv/templates/otp_lib.template.dtl deleted file mode 100644 index 19d7593..0000000 --- a/priv/templates/otp_lib.template.dtl +++ /dev/null @@ -1,7 +0,0 @@ -{variables, []}. -{template, "mod.erl", "src/{{appid}}.erl"}. -{template, "otp_lib.app.src", "src/{{appid}}.app.src"}. -{template, "rebar.config", "rebar.config"}. -{template, "gitignore", ".gitignore"}. -{template, "LICENSE", "LICENSE"}. -{template, "README.md", "README.md"}. |