From 79d3b77de129530f893071390781a6ab137a2113 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Wed, 2 Sep 2015 11:38:16 +0200 Subject: [PATCH] Update mix.exs to comply with exrm release system --- mix.exs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index dee119971..57330c04a 100644 --- a/mix.exs +++ b/mix.exs @@ -15,7 +15,9 @@ defmodule Ejabberd.Mixfile do def application do [mod: {:ejabberd_app, []}, - applications: [:kernel, :stdlib]] + applications: [:ssl], + included_applications: [:p1_logger,:p1_yaml,:p1_tls,:p1_xml,:p1_stringprep,:p1_zlib,:p1_cache_tab,:mnesia,:p1_utils, + :p1_iconv,:esip,:p1_stun,:ehyperloglog,:p1_mysql,:p1_pgsql,:eredis]] end defp erlc_options do