mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
10 lines
232 B
Plaintext
10 lines
232 B
Plaintext
|
{application, configure_deps,
|
||
|
[{description, "A rebar3 plugin to explicitly run configure on dependencies"},
|
||
|
{vsn, "0.0.1"},
|
||
|
{registered, []},
|
||
|
{applications, [kernel, stdlib]},
|
||
|
{env,[]},
|
||
|
{modules, []},
|
||
|
{links, []}
|
||
|
]}.
|