aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/test/reltool_server_SUITE_data/sort_apps/z-1.0/ebin/z.app
blob: 8608bc554b620cded9dc26a3db6b5a55ece2d4b9 (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, sasl, inets]},
  {included_applications, [tools, mnesia]}]}.