myapp.app 274 B

12345678910
  1. {application, myapp,
  2. [
  3. {description, "test erlang application"},
  4. {vsn, "0.0.1"},
  5. {registered, [myapp_sup]},
  6. {applications, [kernel, stdlib]},
  7. {modules, [myapp, myapp_sup, myapp_events, myapp_events2, myapp_events3, test]},
  8. {mod, { myapp, []}},
  9. {env, []}
  10. ]}.