diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-09-16 19:36:04 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-09-16 19:36:04 -0500 |
commit | 884d298291e64fad99f096ee82018b568e0985f2 (patch) | |
tree | 2251d30abe9bf5890d2fd7506e74979149307df4 /priv/templates/simpleapp.app.src | |
parent | 71d9500997930a43f30bce863e05f3dbaa4fd3f4 (diff) |
update templating
Diffstat (limited to 'priv/templates/simpleapp.app.src')
-rw-r--r-- | priv/templates/simpleapp.app.src | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/priv/templates/simpleapp.app.src b/priv/templates/simpleapp.app.src deleted file mode 100644 index c9eefd1..0000000 --- a/priv/templates/simpleapp.app.src +++ /dev/null @@ -1,17 +0,0 @@ -{application, {{appid}}, - [ - {description, "{{appid}}"} - ,{vsn, "0.1.0"} - ,{registered, [{{appid}}_sup]} - ,{applications, - [kernel - ,stdlib - ]} - ,{mod, { {{appid}}, []}} - ,{env, - [ - ]} - ,{start_phases, - [{listen, []} - ]} - ]}. |