aboutsummaryrefslogtreecommitdiffstats
path: root/lib/parsetools/src/parsetools.app.src
blob: af62fc4f6bae4b16a7f23e851ab541d8d8cae2af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{application, parsetools,
 [{description, "XLATETOOLS  CXC 138 xx"},
  {vsn, "%VSN%"},
  {modules, [leex,
             yecc,
	     yeccparser,
	     yeccscan
	    ]
  },
  {registered,[]},
  {applications, [kernel,stdlib]},
  {env, [{file_util_search_methods,[{"", ""}, {"ebin", "esrc"}, {"ebin", "src"}]}
	]
  }
 ]
}.