Skip to content

Commit

Permalink
Move the .app file to the rebar template
Browse files Browse the repository at this point in the history
  • Loading branch information
jhs committed Nov 26, 2010
1 parent d249d5c commit 749155b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ebin/somdune.app → src/somdune.app.src
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{application, somdune,
[{description, "Erlang HTTP router and load balancer"},
{vsn, "0.1.0"},
{modules,[somdune,
somdune_app,
somdune_manager,
somdune_net,
somdune_sup]},
{registered,[somdune_manager, somdune_sup]},
{applications,[kernel, stdlib]},
{env, []},
Expand Down

0 comments on commit 749155b

Please sign in to comment.