Skip to content

Commit

Permalink
add required apps before exat start (temporary solution)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalwski committed May 17, 2012
1 parent 0bae762 commit 74bc2e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/exat_app.erl
Expand Up @@ -53,6 +53,10 @@


start() -> start() ->
application:start(inets, permanent), % FIXME! Use ".rel" application:start(inets, permanent), % FIXME! Use ".rel"
application:start(xmerl, permanent),
application:start(misultin, permanent),
application:start(erlware_commons),
application:start(seresye),
application:start(exat, permanent), application:start(exat, permanent),
case init:get_argument(start) of case init:get_argument(start) of
{ok, [[List]]} -> {ok, [[List]]} ->
Expand Down

0 comments on commit 74bc2e7

Please sign in to comment.