Skip to content

Commit 597058d

Browse files
committed
Changed OTP application to OTP library
1 parent 769883d commit 597058d

File tree

4 files changed

+2
-64
lines changed

4 files changed

+2
-64
lines changed

erlang/rebar.config

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
{erl_opts, [debug_info]}.
2-
32
{deps, [
43
{amqp_client, "3.12.2"},
54
{uuid, {git, "https://github.com/okeuday/uuid.git", {tag, "v2.0.7"}}}
6-
]}.
7-
8-
{shell, [
9-
%% {config, "config/sys.config"},
10-
{apps, [erlang]}
11-
]}.
5+
]}.

erlang/src/erlang.app.src

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{application, erlang, [
2-
{description, "An OTP application"},
2+
{description, "An OTP library"},
33
{vsn, "0.1.0"},
44
{registered, []},
5-
{mod, {erlang_app, []}},
65
{applications, [
76
kernel,
87
stdlib

erlang/src/erlang_app.erl

-18
This file was deleted.

erlang/src/erlang_sup.erl

-37
This file was deleted.

0 commit comments

Comments
 (0)