Browse Source

Remove examples .app.src files

Loïc Hoguin 8 years ago
parent
commit
bcde31648f

+ 0 - 15
examples/tcp_echo/src/tcp_echo.app.src

@@ -1,15 +0,0 @@
-%% Feel free to use, reuse and abuse the code in this file.
-
-{application, tcp_echo, [
-	{description, "Ranch TCP echo example."},
-	{vsn, "1"},
-	{modules, []},
-	{registered, [tcp_echo_sup]},
-	{applications, [
-		kernel,
-		stdlib,
-		ranch
-	]},
-	{mod, {tcp_echo_app, []}},
-	{env, []}
-]}.

+ 0 - 15
examples/tcp_reverse/src/tcp_reverse.app.src

@@ -1,15 +0,0 @@
-%% Feel free to use, reuse and abuse the code in this file.
-
-{application, tcp_reverse, [
-	{description, "Ranch TCP reverse example."},
-	{vsn, "1"},
-	{modules, []},
-	{registered, [tcp_reverse_sup]},
-	{applications, [
-		kernel,
-		stdlib,
-		ranch
-	]},
-	{mod, {tcp_reverse_app, []}},
-	{env, []}
-]}.