From add4986022e7b0f61d7dd3c097b3b215dfa7779c Mon Sep 17 00:00:00 2001 From: chandrusf Date: Wed, 21 Mar 2007 08:57:57 +0000 Subject: [PATCH] Added a .app file --- ebin/ibrowse.app | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ebin/ibrowse.app diff --git a/ebin/ibrowse.app b/ebin/ibrowse.app new file mode 100644 index 0000000..7e31cf4 --- /dev/null +++ b/ebin/ibrowse.app @@ -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, []}}]}.