10 lines
389 B
Erlang
10 lines
389 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_sup]},
|
|
{mod,{gex_httpd,[]}}]}.
|