aboutsummaryrefslogtreecommitdiffstats
path: root/lib/syntax_tools/src/syntax_tools.app.src
blob: 83dcb5fe2335b2cfab82ba70464273c1dba187b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% This is an -*- erlang -*- file.

{application, syntax_tools,
 [{description, "Syntax tools"},
  {vsn, "%VSN%"},
  {modules, [epp_dodger,
	     erl_comment_scan,
	     erl_prettypr,
	     erl_recomment,
	     erl_syntax,
	     erl_syntax_lib,
	     erl_tidy,
	     igor,
	     prettypr]},
  {registered,[]},
  {applications, [stdlib]},
  {env, []},
  {runtime_dependencies, ["stdlib-2.0","kernel-3.0","erts-6.0"]}]}.