aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/test/reltool_manual_gui_SUITE_data/dependencies/y-1.0/ebin/y.app
blob: 4f9b610b692cb2e1e9dccdfb4f2f87858141a659 (plain) (blame)
1
2
3
4
5
6
7
% -*-erlang-*-
{application, y,
 [{description, "Library application in reltool dependency test"},
  {vsn, "1.0"},
  {modules, [y1,y2]}, % y3 is skipped on purpose - to test module inclusion policy
  {registered, []},
  {applications, [kernel, stdlib]}]}.