Browse Source

add hex attributes to .app.src templates

pull/574/head
Tristan Sloughter 9 years ago
parent
commit
1b951ff40c
2 changed files with 10 additions and 2 deletions
  1. +5
    -1
      priv/templates/otp_app.app.src
  2. +5
    -1
      priv/templates/otp_lib.app.src

+ 5
- 1
priv/templates/otp_app.app.src View File

@ -8,5 +8,9 @@
stdlib
]},
{env,[]},
{modules, []}
{modules, []},
{contributors, []},
{licenses, []},
{links, []}
]}.

+ 5
- 1
priv/templates/otp_lib.app.src View File

@ -7,5 +7,9 @@
stdlib
]},
{env,[]},
{modules, []}
{modules, []},
{contributors, []},
{licenses, []},
{links, []}
]}.

Loading…
Cancel
Save