0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 20:50:24 +00:00

Remove the .app.src file in all examples

This commit is contained in:
Loïc Hoguin 2016-01-14 20:56:31 +01:00
parent 5dd9d877b1
commit cf44496005
36 changed files with 72 additions and 272 deletions

View file

@ -1,4 +1,8 @@
PROJECT = compress_response
PROJECT_DESCRIPTION = Cowboy compressed response example
PROJECT_VERSION = 1
DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk

View file

@ -1,15 +0,0 @@
%% Feel free to use, reuse and abuse the code in this file.
{application, compress_response, [
{description, "Cowboy Compress Response example."},
{vsn, "1"},
{modules, []},
{registered, [compress_response_sup]},
{applications, [
kernel,
stdlib,
cowboy
]},
{mod, {compress_response_app, []}},
{env, []}
]}.