diff options
author | Magnus Ahltorp <map@kth.se> | 2017-03-02 12:52:16 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2017-03-08 23:23:13 +0100 |
commit | 64daaf148cd59bf19942014bc754992b6bc6d86d (patch) | |
tree | 816bf5c7180283cd43d0c19ef15e2815a097aab6 /statusserver/ebin/statusserver.app | |
parent | 12e08090358383c5678417ae8929fca1f03ca8bc (diff) |
Rename to statusserver
Diffstat (limited to 'statusserver/ebin/statusserver.app')
-rw-r--r-- | statusserver/ebin/statusserver.app | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/statusserver/ebin/statusserver.app b/statusserver/ebin/statusserver.app new file mode 100644 index 0000000..1a032f1 --- /dev/null +++ b/statusserver/ebin/statusserver.app @@ -0,0 +1,13 @@ +%%% Copyright (c) 2017, NORDUnet A/S. +%%% See LICENSE for licensing information. + +%%% Application resource file for statusserver, see app(5). + +{application, statusserver, + [{description, "Plop statusserver"}, + {vsn, "0.10.1"}, + {modules, [statusserver_app, statusserver_sup, statusserver]}, + {applications, [kernel, stdlib, lager, plop]}, + {registered, [statusserver_sup, statusserver]}, + {mod, {statusserver_app, []}} + ]}. |