rebar/priv/templates/simpleapp.app

16 lines
276 B
Text
Raw Normal View History

2010-01-08 05:18:55 +00:00
{application, {{appid}},
[
{description, ""},
{vsn, "1"},
{modules, [
{{appid}}_app,
{{appid}}_sup
]},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []}
]}.