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

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