Skip to content

Commit

Permalink
added app file
Browse files Browse the repository at this point in the history
  • Loading branch information
producture committed Oct 11, 2012
1 parent 72bfc67 commit f16035c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/esearch.app.src
@@ -0,0 +1,9 @@
%% -*- mode: erlang -*-
{application, esearch,
[{description, "Clone of esearch on google code"},
{vsn, "0.1.0"},
{modules, [
]},
{applications, [kernel, stdlib, compiler, syntax_tools]},
{registered, []}
]}.

0 comments on commit f16035c

Please sign in to comment.