summaryrefslogtreecommitdiff
path: root/statsserver/ebin/statsserver.app
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2017-03-02 12:52:16 +0100
committerMagnus Ahltorp <map@kth.se>2017-03-08 23:23:13 +0100
commit64daaf148cd59bf19942014bc754992b6bc6d86d (patch)
tree816bf5c7180283cd43d0c19ef15e2815a097aab6 /statsserver/ebin/statsserver.app
parent12e08090358383c5678417ae8929fca1f03ca8bc (diff)
Rename to statusserver
Diffstat (limited to 'statsserver/ebin/statsserver.app')
-rw-r--r--statsserver/ebin/statsserver.app13
1 files changed, 0 insertions, 13 deletions
diff --git a/statsserver/ebin/statsserver.app b/statsserver/ebin/statsserver.app
deleted file mode 100644
index 9c642ed..0000000
--- a/statsserver/ebin/statsserver.app
+++ /dev/null
@@ -1,13 +0,0 @@
-%%% 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, []}}
- ]}.