From cf444960050b6199765c07ad12357afb2d485045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 14 Jan 2016 20:56:31 +0100 Subject: Remove the .app.src file in all examples --- .../chunked_hello_world/src/chunked_hello_world.app.src | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 examples/chunked_hello_world/src/chunked_hello_world.app.src (limited to 'examples/chunked_hello_world/src') diff --git a/examples/chunked_hello_world/src/chunked_hello_world.app.src b/examples/chunked_hello_world/src/chunked_hello_world.app.src deleted file mode 100644 index 3bd7556..0000000 --- a/examples/chunked_hello_world/src/chunked_hello_world.app.src +++ /dev/null @@ -1,15 +0,0 @@ -%% Feel free to use, reuse and abuse the code in this file. - -{application, chunked_hello_world, [ - {description, "Cowboy Chunked Hello World example."}, - {vsn, "1"}, - {modules, []}, - {registered, [chunked_hello_world_sup]}, - {applications, [ - kernel, - stdlib, - cowboy - ]}, - {mod, {chunked_hello_world_app, []}}, - {env, []} -]}. -- cgit v1.2.3