aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-01-23 19:00:22 +0100
committerMickael Remond <mremond@process-one.net>2016-01-23 19:00:22 +0100
commitdae41ec18332e9541d6a30882aa3d79f3610953e (patch)
treed73c4f759c2574e0da09002596c9b2acc9666b1b /mix.exs
parentlager is the default logger, we need to reverse the define flag (diff)
ejabberd will handle Mnesia start
Mix need to know if must not autostart Mnesia before ejabberd
Diffstat (limited to '')
-rw-r--r--mix.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index eafddcb97..141189eb3 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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,