This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
add hex attributes to .app.src templates
pull/574/head
Tristan Sloughter
9 years ago
parent
3908c20aae
commit
1b951ff40c
2 changed files
with
10 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
priv/templates/otp_app.app.src
+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, []}
]}.
Write
Preview
Loading…
Cancel
Save