aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/escript_SUITE_data/archive_script/archive_script_dummy/ebin/archive_script_dummy.app
blob: bbb071c19b2220211c8af7139649f649b580893d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{application, archive_script_dummy,
 [{description, "archive_script_dummy"},
  {vsn, "0.1"},
  {modules, [
	     archive_script_main,
	     archive_script_main2
            ]},
  {registered, []},
  {applications, [kernel, stdlib, archive_script_dict]},
  {mod, {archive_script_dummy_app, [[]]}}]}.