mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Remove the .app.src file in all examples
This commit is contained in:
parent
5dd9d877b1
commit
cf44496005
36 changed files with 72 additions and 272 deletions
|
@ -1,4 +1,8 @@
|
|||
PROJECT = chunked_hello_world
|
||||
PROJECT_DESCRIPTION = Cowboy chunked Hello World example
|
||||
PROJECT_VERSION = 1
|
||||
|
||||
DEPS = cowboy
|
||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
||||
|
||||
include ../../erlang.mk
|
||||
|
|
|
@ -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, []}
|
||||
]}.
|
Loading…
Add table
Add a link
Reference in a new issue