aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hello_world/src/hello_world.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_world/src/hello_world.app.src')
-rw-r--r--examples/hello_world/src/hello_world.app.src15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/hello_world/src/hello_world.app.src b/examples/hello_world/src/hello_world.app.src
deleted file mode 100644
index 7512a2f..0000000
--- a/examples/hello_world/src/hello_world.app.src
+++ /dev/null
@@ -1,15 +0,0 @@
-%% Feel free to use, reuse and abuse the code in this file.
-
-{application, hello_world, [
- {description, "Cowboy Hello World example."},
- {vsn, "1"},
- {modules, []},
- {registered, [hello_world_sup]},
- {applications, [
- kernel,
- stdlib,
- cowboy
- ]},
- {mod, {hello_world_app, []}},
- {env, []}
-]}.