*** empty log message ***

SVN Revision: 67
This commit is contained in:
Alexey Shchepin 2003-02-10 12:43:19 +00:00
parent 51e811f8fb
commit f34888749d
3 changed files with 2 additions and 3 deletions

View File

@ -43,7 +43,7 @@
ejabberd_mod_roster,
ejabberd_listeners
]},
{applications, [kernel, stdlib, crypto, ssl]},
{applications, [kernel, stdlib]},
{env, []},
{mod, {ejabberd_app, []}}]}.

View File

@ -14,8 +14,6 @@
start() ->
%application:start(mnesia),
application:start(crypto),
application:start(ssl),
application:start(ejabberd).
stop() ->

View File

@ -20,6 +20,7 @@ start(normal, Args) ->
randoms:start(),
db_init(),
sha:start(),
ssl:start(),
translate:start(),
acl:start(),
gen_mod:start(),