From e7d5812d17e1165492ad342c016c80bad24ae9aa Mon Sep 17 00:00:00 2001 From: Daniel <0xc0decafe@users.noreply.github.com> Date: Wed, 5 Oct 2016 12:42:59 +0200 Subject: Structure changed in regard to erlang OTP. Added binary release. --- src/ss7test.app.src | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/ss7test.app.src (limited to 'src/ss7test.app.src') diff --git a/src/ss7test.app.src b/src/ss7test.app.src deleted file mode 100644 index cb8c804..0000000 --- a/src/ss7test.app.src +++ /dev/null @@ -1,12 +0,0 @@ -{application, ss7test, - [ - {description, ""}, - {vsn, "1"}, - {registered, []}, - {applications, [ - kernel, - stdlib - ]}, - {mod, { ss7test_app, ["./config"]}}, - {env, []} - ]}. -- cgit v1.2.3