aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/test/reltool_server_SUITE_data/dependencies/y-1.0/ebin/y.app
blob: 39fdabeea41e5a6bcb33744865bc0bd9ac394696 (plain) (blame)
1
2
3
4
5
6
7
% -*-erlang-*-
{application, y,
 [{description, "Library application in reltool dependency test"},
  {vsn, "1.0"},
  {modules, [y0,y1,y2]},
  {registered, []},
  {applications, [kernel, stdlib]}]}.