Browse Source

Added a .app file

pull/16/head
chandrusf 18 years ago
parent
commit
add4986022
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      ebin/ibrowse.app

+ 12
- 0
ebin/ibrowse.app View File

@ -0,0 +1,12 @@
{application, ibrowse,
[{description, "HTTP client application"},
{vsn, "1.2.5"},
{modules, [ ibrowse,
ibrowse_http_client,
ibrowse_app,
ibrowse_sup,
ibrowse_lib ]},
{registered, []},
{applications, [kernel,stdlib,sasl]},
{env, []},
{mod, {ibrowse_app, []}}]}.

Loading…
Cancel
Save