added the registered tuple

This commit is contained in:
Martin Logan 2010-09-13 11:00:12 +08:00 committed by Juan Jose Comellas
parent ba7ae64d2a
commit 58960e6356

View File

@ -2,6 +2,7 @@
{application, getopt,
[{description, "Options parser for Erlang"},
{vsn, "0.1"},
{vsn, "0.1.1"},
{modules, [getopt]},
{registered, []},
{applications, [kernel, stdlib]}]}.