aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/test/reltool_server_SUITE_data/use_selected_vsn/b-1.0/ebin/b.app
blob: c511dcc8f1621bade6352487857462b6b228e96c (plain) (blame)
1
2
3
4
5
6
%% -*- erlang -*-
{application, b,
 [{description, "Reltool test app for using selected version of app"},
  {vsn, "1.0"},
  {modules, [b]},
  {applications, [kernel, stdlib]}]}.