mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
e3962aea6e
This also lowers Erlang/OTP minimum version requirement back to 19.3
18 lines
470 B
Erlang
18 lines
470 B
Erlang
%% $Id$
|
|
|
|
{application, ejabberd,
|
|
[{description, "@PACKAGE_NAME@"},
|
|
{vsn, "@PACKAGE_VERSION@"},
|
|
{modules, []},
|
|
{registered, []},
|
|
{applications, [kernel, stdlib, sasl, ssl]},
|
|
{included_applications, [os_mon, lager, mnesia, inets, p1_utils, fast_yaml, fast_tls, pkix, xmpp, cache_tab, eimp]},
|
|
{env, [{enabled_backends, [@enabled_backends@]}]},
|
|
{mod, {ejabberd_app, []}}]}.
|
|
|
|
|
|
%% Local Variables:
|
|
%% mode: erlang
|
|
%% End:
|
|
%% vim: set filetype=erlang tabstop=8:
|