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