aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/test/reltool_server_SUITE_data/sort_apps/x-1.0/ebin/x.app
blob: 5fa2a92969ab7946554db9be7a0b27947588395b (plain) (blame)
1
2
3
4
5
6
7
% -*-erlang-*-
{application, x,
 [{description, "Application in reltool sort app test - circular dependency"},
  {vsn, "1.0"},
  {modules,[]},
  {registered, []},
  {applications, [kernel, stdlib, y]}]}.