aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/test/reltool_server_SUITE_data/dep_in_app_not_xref/z-1.0/ebin/z.app
blob: 437a0968e9d34bb6ed57960d963210f615d0e840 (plain) (blame)
1
2
3
4
5
6
7
% -*-erlang-*-
{application, z,
 [{description, "Library application in reltool dependency test"},
  {vsn, "1.0"},
  {modules, [z1]},
  {registered, []},
  {applications, [kernel, stdlib]}]}.