Skip to content

Commit

Permalink
re #13851 add more eswf modules to .app file
Browse files Browse the repository at this point in the history
  • Loading branch information
emad committed Jun 16, 2010
1 parent 967d219 commit a50eac4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ebin/eswf.app
@@ -1,8 +1,9 @@
{application,eswf,
[{description,"eswf handling"},
{vsn,"0.1"},
{modules,[eswf, eswf_actions, eswf_amf, eswf_amf3, eswf_bits, eswf_decode, eswf_reader, eswf_remoting, eswf_tags]},
{modules,[eswf_abc, eswf_actions_utils, eswf_redir, eswf_utils, swfstencil, zipchunk,
eswf, eswf_actions, eswf_amf, eswf_amf3, eswf_bits, eswf_decode, eswf_reader, eswf_remoting, eswf_tags]},
{registered, []},
{env, []},
{mod, {eswf_app, []}},
{applications,[kernel,stdlib,sasl]}}.
{applications,[kernel,stdlib,sasl]}]}.

0 comments on commit a50eac4

Please sign in to comment.