summaryrefslogtreecommitdiff
path: root/priv/templates/plugin.template
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-04-28 19:50:55 -0500
committerTristan Sloughter <t@crashfast.com>2015-04-29 09:27:55 -0500
commit2e5496f5f5f3c39bd1e23b4601d1e89d4d2c9767 (patch)
treea3bf4fb7fbd37291161ee62bfd2b78171f75fdef /priv/templates/plugin.template
parent212b23b889c0189d3f609d5a16781f6acbadf824 (diff)
remove use of erlydtl in rebar
Diffstat (limited to 'priv/templates/plugin.template')
-rw-r--r--priv/templates/plugin.template12
1 files changed, 6 insertions, 6 deletions
diff --git a/priv/templates/plugin.template b/priv/templates/plugin.template
index 3419191..0181bd2 100644
--- a/priv/templates/plugin.template
+++ b/priv/templates/plugin.template
@@ -3,9 +3,9 @@
{name, "myplugin", "Name of the plugin"},
{desc, "A rebar plugin", "Short description of the plugin's purpose"}
]}.
-{template, "plugin.erl.dtl", "{{name}}/src/{{name}}.erl"}.
-{template, "otp_lib.app.src.dtl", "{{name}}/src/{{name}}.app.src"}.
-{template, "rebar.config.dtl", "{{name}}/rebar.config"}.
-{template, "gitignore.dtl", "{{name}}/.gitignore"}.
-{template, "LICENSE.dtl", "{{name}}/LICENSE"}.
-{template, "plugin_README.md.dtl", "{{name}}/README.md"}.
+{template, "plugin.erl", "{{name}}/src/{{name}}.erl"}.
+{template, "otp_lib.app.src", "{{name}}/src/{{name}}.app.src"}.
+{template, "rebar.config", "{{name}}/rebar.config"}.
+{template, "gitignore", "{{name}}/.gitignore"}.
+{template, "LICENSE", "{{name}}/LICENSE"}.
+{template, "plugin_README.md", "{{name}}/README.md"}.