Adding simpleapp.app.src

This commit is contained in:
Dave Smith 2010-06-22 11:02:54 -06:00
parent 823dc3065f
commit 518d30d7ad

View file

@ -0,0 +1,12 @@
{application, {{appid}},
[
{description, ""},
{vsn, "1"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{mod, { {{appid}}_app, []}},
{env, []}
]}.