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