summaryrefslogtreecommitdiff
path: root/statusserver/ebin/statusserver.app
diff options
context:
space:
mode:
Diffstat (limited to 'statusserver/ebin/statusserver.app')
-rw-r--r--statusserver/ebin/statusserver.app13
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, []}}
+ ]}.