Skip to content

Commit

Permalink
Added application file to make rebar happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
knutin committed Dec 27, 2010
1 parent 62ee93c commit 9f36541
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/gen_nb_server.app
@@ -0,0 +1,7 @@
{application, gen_nb_server,
[{description, "Generic Non Blocking Server"},
{vsn, "0.0"},
{modules, [gen_nb_server]},
{registered, []},
{applications, [kernel, stdlib]}
]}.

0 comments on commit 9f36541

Please sign in to comment.