{application, myapp, [ {description, "test erlang application"}, {vsn, "0.0.1"}, {registered, [myapp_sup]}, {applications, [kernel, stdlib]}, {modules, [myapp, myapp_sup, myapp_events, test]}, {mod, { myapp, []}}, {env, []} ]}.