mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
17 lines
300 B
Plaintext
17 lines
300 B
Plaintext
|
%% $Id$
|
||
|
|
||
|
{application, ejabberd,
|
||
|
[{description, "@PACKAGE_NAME@"},
|
||
|
{vsn, "@PACKAGE_VERSION@"},
|
||
|
{modules, []},
|
||
|
{registered, []},
|
||
|
{applications, [kernel, stdlib]},
|
||
|
{env, []},
|
||
|
{mod, {ejabberd_app, []}}]}.
|
||
|
|
||
|
|
||
|
%% Local Variables:
|
||
|
%% mode: erlang
|
||
|
%% End:
|
||
|
%% vim: set filetype=erlang tabstop=8:
|