diff options
Diffstat (limited to 'src/ss7test.app.src')
-rw-r--r-- | src/ss7test.app.src | 12 |
1 files changed, 0 insertions, 12 deletions
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, []} - ]}. |