diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-09-17 08:52:49 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-09-17 08:52:49 -0500 |
commit | 48769e75c224ccd8e04df250b86b50540270ce9a (patch) | |
tree | d4a094d9c82b73a9d57594b366f92fd32d6e7ff7 /priv | |
parent | 7d43d0e092be4fff0496e8c3522fbd526074b37f (diff) |
wip: move to erlydtl for rebar templates
Diffstat (limited to 'priv')
-rw-r--r-- | priv/templates/LICENSE.dtl (renamed from priv/templates/LICENSE) | 0 | ||||
-rw-r--r-- | priv/templates/README.md.dtl (renamed from priv/templates/README.md) | 0 | ||||
-rw-r--r-- | priv/templates/app.erl.dtl (renamed from priv/templates/app.erl) | 0 | ||||
-rw-r--r-- | priv/templates/gitignore.dtl (renamed from priv/templates/gitignore) | 0 | ||||
-rw-r--r-- | priv/templates/mod.erl.dtl (renamed from priv/templates/mod.erl) | 0 | ||||
-rw-r--r-- | priv/templates/otp_app.app.src.dtl (renamed from priv/templates/otp_app.app.src) | 0 | ||||
-rw-r--r-- | priv/templates/otp_lib.app.src.dtl (renamed from priv/templates/otp_lib.app.src) | 0 | ||||
-rw-r--r-- | priv/templates/otp_lib.template.dtl (renamed from priv/templates/otp_lib.template) | 0 | ||||
-rw-r--r-- | priv/templates/rebar.config.dtl (renamed from priv/templates/rebar.config) | 0 | ||||
-rw-r--r-- | priv/templates/relx.config.dtl (renamed from priv/templates/relx.config) | 0 | ||||
-rw-r--r-- | priv/templates/sup.erl.dtl (renamed from priv/templates/sup.erl) | 0 | ||||
-rw-r--r-- | priv/templates/sys.config.dtl (renamed from priv/templates/sys.config) | 0 | ||||
-rw-r--r-- | priv/templates/vm.args.dtl (renamed from priv/templates/vm.args) | 0 |
13 files changed, 0 insertions, 0 deletions
diff --git a/priv/templates/LICENSE b/priv/templates/LICENSE.dtl index 5ce77ce..5ce77ce 100644 --- a/priv/templates/LICENSE +++ b/priv/templates/LICENSE.dtl diff --git a/priv/templates/README.md b/priv/templates/README.md.dtl index ce2898e..ce2898e 100644 --- a/priv/templates/README.md +++ b/priv/templates/README.md.dtl diff --git a/priv/templates/app.erl b/priv/templates/app.erl.dtl index 1c3e8f2..1c3e8f2 100644 --- a/priv/templates/app.erl +++ b/priv/templates/app.erl.dtl diff --git a/priv/templates/gitignore b/priv/templates/gitignore.dtl index 79ae0fb..79ae0fb 100644 --- a/priv/templates/gitignore +++ b/priv/templates/gitignore.dtl diff --git a/priv/templates/mod.erl b/priv/templates/mod.erl.dtl index 1be8186..1be8186 100644 --- a/priv/templates/mod.erl +++ b/priv/templates/mod.erl.dtl diff --git a/priv/templates/otp_app.app.src b/priv/templates/otp_app.app.src.dtl index 1a4e4e8..1a4e4e8 100644 --- a/priv/templates/otp_app.app.src +++ b/priv/templates/otp_app.app.src.dtl diff --git a/priv/templates/otp_lib.app.src b/priv/templates/otp_lib.app.src.dtl index 5009c3d..5009c3d 100644 --- a/priv/templates/otp_lib.app.src +++ b/priv/templates/otp_lib.app.src.dtl diff --git a/priv/templates/otp_lib.template b/priv/templates/otp_lib.template.dtl index 19d7593..19d7593 100644 --- a/priv/templates/otp_lib.template +++ b/priv/templates/otp_lib.template.dtl diff --git a/priv/templates/rebar.config b/priv/templates/rebar.config.dtl index f618f3e..f618f3e 100644 --- a/priv/templates/rebar.config +++ b/priv/templates/rebar.config.dtl diff --git a/priv/templates/relx.config b/priv/templates/relx.config.dtl index 7cb3a8a..7cb3a8a 100644 --- a/priv/templates/relx.config +++ b/priv/templates/relx.config.dtl diff --git a/priv/templates/sup.erl b/priv/templates/sup.erl.dtl index 3dd5b12..3dd5b12 100644 --- a/priv/templates/sup.erl +++ b/priv/templates/sup.erl.dtl diff --git a/priv/templates/sys.config b/priv/templates/sys.config.dtl index e678cf7..e678cf7 100644 --- a/priv/templates/sys.config +++ b/priv/templates/sys.config.dtl diff --git a/priv/templates/vm.args b/priv/templates/vm.args.dtl index 27028ac..27028ac 100644 --- a/priv/templates/vm.args +++ b/priv/templates/vm.args.dtl |