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