]> granicus.if.org Git - ejabberd/commitdiff
Reintroduce change removed in last commit by mistake
authorPaweł Chmielowski <pchmielowski@process-one.net>
Tue, 15 Jan 2019 15:22:58 +0000 (16:22 +0100)
committerPaweł Chmielowski <pchmielowski@process-one.net>
Tue, 15 Jan 2019 15:22:58 +0000 (16:22 +0100)
mix.exs

diff --git a/mix.exs b/mix.exs
index 005731989151d97225f8aa87c2b8562d01039cea..12cf494130edfd26a467ad14e382476198c61f81 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -25,12 +25,11 @@ defmodule Ejabberd.Mixfile do
 
   def application do
     [mod: {:ejabberd_app, []},
-     applications: [:ssl, :os_mon],
-     included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
-                             :fast_tls, :stringprep, :fast_xml, :xmpp,
-                             :stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
-                             :eimp, :base64url, :jose, :pkix]
-                         ++ cond_apps()]
+     applications: [:ssl, :os_mon, :lager, :mnesia, :inets, :p1_utils, :cache_tab,
+                    :fast_tls, :stringprep, :fast_xml, :xmpp,
+                    :stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
+                    :eimp, :base64url, :jose, :pkix]
+     ++ cond_apps()]
   end
 
   defp if_function_exported(mod, fun, arity, okResult) do