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
Fix formatting (thanks Piotr Usewicz)
pull/3/head
Tuncer Ayaz
14 years ago
parent
df4e836c4e
commit
eba2f097bf
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ebin/rebar.app
+1
-1
priv/templates/simplenode.app.config
+1
-1
priv/templates/simplenode.reltool.config
+ 1
- 1
ebin/rebar.app
View File
@ -90,4 +90,4 @@
]}
]}
]}
]}.
]}.
+ 1
- 1
priv/templates/simplenode.app.config
View File
@ -6,6 +6,6 @@
{error_logger_mf_dir, "log/sasl"}, % Log directory
{error_logger_mf_maxbytes, 10485760}, % 10 MB max file size
{error_logger_mf_maxfiles, 5} % 5 files max
]}
]}
].
+ 1
- 1
priv/templates/simplenode.reltool.config
View File
@ -27,4 +27,4 @@
{copy, "files/{{nodeid}}", "bin/{{nodeid}}"},
{copy, "files/app.config", "etc/app.config"},
{copy, "files/vm.args", "etc/vm.args"}
]}.
]}.
Write
Preview
Loading…
Cancel
Save