Skip to content

Commit 1efd4ef

Browse files
committed
Possible improvements for uses in OTP releases.
1 parent 4b91357 commit 1efd4ef

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

rebar.config

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
%% For use in OTP apps and release builds:
2+
{lfe_opts, [
3+
{i,"_build/default/lib"},
4+
{i, "./apps"}
5+
]}.
6+
17
{deps, [
28
{lfe, "2.0.1"}
39
]}.
@@ -9,7 +15,7 @@
915
{project_plugins, [rebar3_proper]}.
1016

1117
{provider_hooks, [
12-
{pre, [
18+
{post, [
1319
{compile, {lfe, compile}}
1420
]}
1521
]}.

src/logjam.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{application, logjam,
22
[{description, "A custom formatter for the logger application that turns "
33
"maps into single line text logs"},
4-
{vsn, "1.0.2"},
4+
{vsn, "1.0.3"},
55
{registered, []},
66
{applications,
77
[kernel,

0 commit comments

Comments
 (0)