Skip to content

Commit

Permalink
Added a src/erldis.app.src to replace ebin/erldis.app
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaguete committed Feb 21, 2011
1 parent bb812a2 commit f25e9de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ebin/erldis.app → src/erldis.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
{mod, {erldis_app, []}},
{applications, [kernel, stdlib]},
{modules, [
erldis_client, erldis, erldis_proto, erldis_app, erldis_sup,
erldis_sets, erldis_dict, erldis_list, gen_server2, erldis_sync_client,
erldis_binaries
]},
{env, [{host, "localhost"}, {port, 6379}, {timeout, 500}]}
]}.

0 comments on commit f25e9de

Please sign in to comment.