mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Sort libraries alphabetically, so they're easier to check manually
This commit is contained in:
parent
3c248745e5
commit
e648cd7397
@ -12,19 +12,17 @@ Vars = case file:consult(filename:join([filename:dirname(SCRIPT), "..", "vars.co
|
|||||||
Vars ++
|
Vars ++
|
||||||
[{modules, []},
|
[{modules, []},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel, stdlib, sasl, ssl]},
|
{applications, [kernel, sasl, ssl, stdlib]},
|
||||||
{included_applications,
|
{included_applications,
|
||||||
[os_mon,
|
[inets, mnesia, os_mon,
|
||||||
lager,
|
|
||||||
mnesia,
|
|
||||||
inets,
|
|
||||||
p1_utils,
|
|
||||||
fast_yaml,
|
|
||||||
fast_tls,
|
|
||||||
pkix,
|
|
||||||
xmpp,
|
|
||||||
cache_tab,
|
cache_tab,
|
||||||
eimp]},
|
eimp,
|
||||||
|
fast_tls,
|
||||||
|
fast_yaml,
|
||||||
|
lager,
|
||||||
|
p1_utils,
|
||||||
|
pkix,
|
||||||
|
xmpp]},
|
||||||
{mod, {ejabberd_app, []}}]}.
|
{mod, {ejabberd_app, []}}]}.
|
||||||
|
|
||||||
%% Local Variables:
|
%% Local Variables:
|
||||||
|
Loading…
Reference in New Issue
Block a user