aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/test/reltool_server_SUITE_data/escript/someapp-1.0/ebin/someapp.app
blob: ea2209941eddf152fb132a654923015ca2e47ffe (plain) (blame)
1
2
3
4
5
6
%% -*- erlang -*-
{application, someapp,
 [{description, "Some app for reltool test including archives in escripts"},
  {vsn, "1.0"},
  {modules, [someapp]},
  {applications, [kernel, stdlib]}]}.