Просмотр исходного кода

Remove examples .app.src files

Loïc Hoguin 8 лет назад
Родитель
Сommit
bcde31648f
2 измененных файлов с 0 добавлено и 30 удалено
  1. 0 15
      examples/tcp_echo/src/tcp_echo.app.src
  2. 0 15
      examples/tcp_reverse/src/tcp_reverse.app.src

+ 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, []}
-]}.