rebar/priv/templates/simpleapp.app.src

13 lines
222 B
Text
Raw Normal View History

2010-06-22 17:02:54 +00:00
{application, {{appid}},
[
{description, ""},
{vsn, "1"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{mod, { {{appid}}_app, []}},
{env, []}
]}.