ejabberd will handle Mnesia start

Mix need to know if must not autostart Mnesia before ejabberd
This commit is contained in:
Mickael Remond 2016-01-23 19:00:22 +01:00
parent 0920511de2
commit dae41ec183
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ defmodule Ejabberd.Mixfile do
def application do
[mod: {:ejabberd_app, []},
applications: [:ssl, :mnesia],
included_applications: [:lager, :p1_utils, :cache_tab,
applications: [:ssl],
included_applications: [:lager, :mnesia, :p1_utils, :cache_tab,
:p1_tls, :p1_stringprep, :p1_xml,
:p1_stun, :p1_yaml, :p1_zlib, :p1_iconv,
:esip, :jiffy, :oauth2, :xmlrpc, :eredis,