mirror of
https://github.com/correl/rebar.git
synced 2024-11-24 03:00:14 +00:00
16 lines
307 B
Erlang
16 lines
307 B
Erlang
{application, {{appid}},
|
|
[
|
|
{description, ""},
|
|
{vsn, "1"},
|
|
{modules, [
|
|
{{appid}}_app,
|
|
{{appid}}_sup
|
|
]},
|
|
{registered, []},
|
|
{applications, [
|
|
kernel,
|
|
stdlib
|
|
]},
|
|
{mod, { {{appid}}_app, []}},
|
|
{env, []}
|
|
]}.
|