aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/test/reltool_server_SUITE_data/otp_9229/x-1.0/ebin/x.app
blob: e597704b19717d09c0706fb447ee371c75080b41 (plain) (blame)
1
2
3
4
5
6
7
%% -*- erlang -*-
{application, x,
 [{description, "X  CXC 138 11"},
  {vsn, "1.0"},
  {modules, [x, mylib]},
  {registered, []},
  {applications, [kernel, stdlib]}]}.