From 48769e75c224ccd8e04df250b86b50540270ce9a Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Wed, 17 Sep 2014 08:52:49 -0500 Subject: wip: move to erlydtl for rebar templates --- priv/templates/relx.config | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 priv/templates/relx.config (limited to 'priv/templates/relx.config') diff --git a/priv/templates/relx.config b/priv/templates/relx.config deleted file mode 100644 index 7cb3a8a..0000000 --- a/priv/templates/relx.config +++ /dev/null @@ -1,12 +0,0 @@ -%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- -{release, {'{{appid}}', "0.1.0"}, - [{{appid}}, - sasl]}. - -{sys_config, "./config/sys.config"}. -{vm_args, "./config/vm.args"}. - -{dev_mode, true}. -{include_erts, false}. - -{extended_start_script, true}. -- cgit v1.1