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