Skip to content

Commit

Permalink
dev.erl: start sasl & xmerl
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Jun 10, 2012
1 parent 9c074a6 commit 6cf6d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.erl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ start_deps() ->
R1 =
lists:map(
fun application:start/1,
[crypto, public_key, ssl, inets, compiler]),
[sasl, xmerl, crypto, public_key, ssl, inets, compiler]),

{ok, Filenames} = file:list_dir("deps"),
R2 =
Expand Down

0 comments on commit 6cf6d3d

Please sign in to comment.