aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2015-09-02 11:38:16 +0200
committerMickael Remond <mremond@process-one.net>2015-09-02 11:38:16 +0200
commit79d3b77de129530f893071390781a6ab137a2113 (patch)
tree8bb29daa04bd6e8529b2e043abe4d76beaadade9 /mix.exs
parentUpdate mix.exs (diff)
Update mix.exs to comply with exrm release system
Diffstat (limited to '')
-rw-r--r--mix.exs4
1 files changed, 3 insertions, 1 deletions
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