From 190f6989903ebdbb06cf03cc09dad22b5dc0c873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 21 Jul 2015 17:16:11 +0200 Subject: Update erlang.mk and remove .app.src Everything is now directly generated from the Makefile. Also properly update dependencies. --- src/cowboy.app.src | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 src/cowboy.app.src (limited to 'src') diff --git a/src/cowboy.app.src b/src/cowboy.app.src deleted file mode 100644 index 0ca4a73..0000000 --- a/src/cowboy.app.src +++ /dev/null @@ -1,30 +0,0 @@ -%% Copyright (c) 2011-2014, Loïc Hoguin -%% -%% Permission to use, copy, modify, and/or distribute this software for any -%% purpose with or without fee is hereby granted, provided that the above -%% copyright notice and this permission notice appear in all copies. -%% -%% THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -%% WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -%% MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -%% ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -%% WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -%% ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -{application, cowboy, [ - {description, "Small, fast, modular HTTP server."}, - {vsn, "2.0.0-pre.1"}, - {id, "git"}, - {modules, []}, - {registered, [cowboy_clock, cowboy_sup]}, - {applications, [ - kernel, - stdlib, - ranch, - cowlib, - crypto - ]}, - {mod, {cowboy_app, []}}, - {env, []} -]}. -- cgit v1.2.3