summaryrefslogtreecommitdiff
path: root/test/rebar_new_SUITE_data/plugin_tpl/_checkouts/tpl/src/tpl.app.src
blob: 6c6d811aa54207a47e75d36fcdbedaae061e536e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{application, 'tpl',
 [{description, "A rebar plugin"},
  {vsn, "0.1.0"},
  {registered, []},
  {applications,
   [kernel,
    stdlib
   ]},
  {env,[]},
  {modules, []},

  {contributors, []},
  {licenses, []},
  {links, []}
 ]}.