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 ++
|
||||
[{modules, []},
|
||||
{registered, []},
|
||||
{applications, [kernel, stdlib, sasl, ssl]},
|
||||
{applications, [kernel, sasl, ssl, stdlib]},
|
||||
{included_applications,
|
||||
[os_mon,
|
||||
lager,
|
||||
mnesia,
|
||||
inets,
|
||||
p1_utils,
|
||||
fast_yaml,
|
||||
fast_tls,
|
||||
pkix,
|
||||
xmpp,
|
||||
[inets, mnesia, os_mon,
|
||||
cache_tab,
|
||||
eimp]},
|
||||
eimp,
|
||||
fast_tls,
|
||||
fast_yaml,
|
||||
lager,
|
||||
p1_utils,
|
||||
pkix,
|
||||
xmpp]},
|
||||
{mod, {ejabberd_app, []}}]}.
|
||||
|
||||
%% Local Variables:
|
||||
|
Loading…
Reference in New Issue
Block a user