11 lines
453 B
Erlang
11 lines
453 B
Erlang
{application,gex_httpd,
|
|
[{description,"Gajumaru Exchange HTTP Daemon"},
|
|
{registered,[]},
|
|
{included_applications,[]},
|
|
{applications,[stdlib,kernel]},
|
|
{vsn,"0.1.0"},
|
|
{modules,[gex_httpd,gh_client,gh_client_man,gh_client_sup,
|
|
gh_clients,gh_ct,gh_sfc,gh_sfc_cache,gh_sfc_entry,
|
|
gh_sup]},
|
|
{mod,{gex_httpd,[]}}]}.
|