aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-15 14:18:53 +0200
committerLoïc Hoguin <[email protected]>2016-11-15 14:18:53 +0200
commitbcde31648fc27f8bfaf5eb9830addddc491e1729 (patch)
tree006b355ae219c5ee9aecf33bc08b3bb2330f764c /examples
parentcf85152fff8fc09a8c95fdc1b24db274defb052e (diff)
downloadranch-bcde31648fc27f8bfaf5eb9830addddc491e1729.tar.gz
ranch-bcde31648fc27f8bfaf5eb9830addddc491e1729.tar.bz2
ranch-bcde31648fc27f8bfaf5eb9830addddc491e1729.zip
Remove examples .app.src files
Diffstat (limited to 'examples')
-rw-r--r--examples/tcp_echo/src/tcp_echo.app.src15
-rw-r--r--examples/tcp_reverse/src/tcp_reverse.app.src15
2 files changed, 0 insertions, 30 deletions
diff --git a/examples/tcp_echo/src/tcp_echo.app.src b/examples/tcp_echo/src/tcp_echo.app.src
deleted file mode 100644
index af50890..0000000
--- a/examples/tcp_echo/src/tcp_echo.app.src
+++ /dev/null
@@ -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, []}
-]}.
diff --git a/examples/tcp_reverse/src/tcp_reverse.app.src b/examples/tcp_reverse/src/tcp_reverse.app.src
deleted file mode 100644
index 46cfca7..0000000
--- a/examples/tcp_reverse/src/tcp_reverse.app.src
+++ /dev/null
@@ -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, []}
-]}.