1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
% This is an -*- erlang -*- file.
{application, eunit,
[{description, "EUnit"},
{vsn, "%VSN%"},
{modules, [eunit,
eunit_autoexport,
eunit_data,
eunit_lib,
eunit_listener,
eunit_proc,
eunit_serial,
eunit_server,
eunit_striptests,
eunit_surefire,
eunit_test,
eunit_tests,
eunit_tty]},
{registered,[]},
{applications, [kernel,stdlib]},
{env, []},
{runtime_dependencies, ["stdlib-2.0","kernel-3.0","erts-6.0"]}]}.
|