Moved .app file to .app.src

This commit is contained in:
Juan Jose Comellas
2012-01-17 00:31:24 -03:00
parent 030ac46253
commit e745402fd3
2 changed files with 13 additions and 8 deletions
+7
View File
@@ -0,0 +1,7 @@
%% -*- mode: Erlang; fill-column: 75; comment-column: 50; -*-
{application, getopt,
[{description, "Options parser for Erlang"},
{vsn, "0.4.0"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]}]}.