aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/test/reltool_server_SUITE_data/sort_apps/z-1.0/ebin/z.app
blob: 1622975bf622f0dd305fdb23c31cede87dcfb6d8 (plain) (blame)
1
2
3
4
5
6
7
8
% -*-erlang-*-
{application, z,
 [{description, "Application in reltool sort app test - included applications"},
  {vsn, "1.0"},
  {modules,[]},
  {registered, []},
  {applications, [kernel, stdlib]},
  {included_applications, [tools]}]}.