1
0
Fork 0
mirror of https://github.com/correl/rebar.git synced 2024-12-21 03:00:13 +00:00
rebar/priv/templates/simpleapp.app
2010-01-09 06:23:35 -07:00

16 lines
307 B
Erlang

{application, {{appid}},
[
{description, ""},
{vsn, "1"},
{modules, [
{{appid}}_app,
{{appid}}_sup
]},
{registered, []},
{applications, [
kernel,
stdlib
]},
{mod, { {{appid}}_app, []}},
{env, []}
]}.