From 12e08090358383c5678417ae8929fca1f03ca8bc Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Thu, 2 Mar 2017 00:27:59 +0100 Subject: Statusserver --- statsserver/ebin/statsserver.app | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 statsserver/ebin/statsserver.app (limited to 'statsserver/ebin') diff --git a/statsserver/ebin/statsserver.app b/statsserver/ebin/statsserver.app new file mode 100644 index 0000000..9c642ed --- /dev/null +++ b/statsserver/ebin/statsserver.app @@ -0,0 +1,13 @@ +%%% Copyright (c) 2017, NORDUnet A/S. +%%% See LICENSE for licensing information. + +%%% Application resource file for statsserver, see app(5). + +{application, statsserver, + [{description, "Plop statsserver"}, + {vsn, "0.10.1"}, + {modules, [statsserver_app, statsserver_sup, statsserver]}, + {applications, [kernel, stdlib, lager, plop]}, + {registered, [statsserver_sup, statsserver]}, + {mod, {statsserver_app, []}} + ]}. -- cgit v1.1