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