Browse Source

Make examples use Cowboy master

Loïc Hoguin 10 years ago
parent
commit
18f50b8697

+ 1 - 0
examples/chunked_hello_world/Makefile

@@ -1,3 +1,4 @@
 PROJECT = chunked_hello_world
 DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
 include ../../erlang.mk

+ 1 - 0
examples/compress_response/Makefile

@@ -1,3 +1,4 @@
 PROJECT = compress_response
 DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
 include ../../erlang.mk

+ 1 - 0
examples/cookie/Makefile

@@ -1,3 +1,4 @@
 PROJECT = cookie
 DEPS = cowboy erlydtl
+dep_cowboy = git https://github.com/ninenines/cowboy master
 include ../../erlang.mk

+ 1 - 0
examples/echo_get/Makefile

@@ -1,3 +1,4 @@
 PROJECT = echo_get
 DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
 include ../../erlang.mk

+ 1 - 0
examples/echo_post/Makefile

@@ -1,3 +1,4 @@
 PROJECT = echo_post
 DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
 include ../../erlang.mk

+ 1 - 0
examples/error_hook/Makefile

@@ -1,3 +1,4 @@
 PROJECT = error_hook
 DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
 include ../../erlang.mk

+ 1 - 0
examples/eventsource/Makefile

@@ -1,3 +1,4 @@
 PROJECT = eventsource
 DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
 include ../../erlang.mk

+ 1 - 0
examples/hello_world/Makefile

@@ -1,3 +1,4 @@
 PROJECT = hello_world
 DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
 include ../../erlang.mk

+ 1 - 0
examples/markdown_middleware/Makefile

@@ -1,3 +1,4 @@
 PROJECT = markdown_middleware
 DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
 include ../../erlang.mk

+ 1 - 0
examples/rest_basic_auth/Makefile

@@ -1,3 +1,4 @@
 PROJECT = rest_basic_auth
 DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
 include ../../erlang.mk

+ 1 - 0
examples/rest_hello_world/Makefile

@@ -1,3 +1,4 @@
 PROJECT = rest_hello_world
 DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
 include ../../erlang.mk

+ 1 - 0
examples/rest_pastebin/Makefile

@@ -1,3 +1,4 @@
 PROJECT = rest_pastebin
 DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
 include ../../erlang.mk

+ 1 - 0
examples/rest_stream_response/Makefile

@@ -1,3 +1,4 @@
 PROJECT = rest_stream_response
 DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
 include ../../erlang.mk

+ 1 - 0
examples/ssl_hello_world/Makefile

@@ -1,3 +1,4 @@
 PROJECT = ssl_hello_world
 DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
 include ../../erlang.mk

+ 1 - 0
examples/static_world/Makefile

@@ -1,3 +1,4 @@
 PROJECT = static_world
 DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
 include ../../erlang.mk

+ 1 - 0
examples/upload/Makefile

@@ -1,3 +1,4 @@
 PROJECT = upload
 DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
 include ../../erlang.mk

+ 1 - 0
examples/web_server/Makefile

@@ -1,3 +1,4 @@
 PROJECT = web_server
 DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
 include ../../erlang.mk

+ 1 - 0
examples/websocket/Makefile

@@ -1,3 +1,4 @@
 PROJECT = websocket
 DEPS = cowboy
+dep_cowboy = git https://github.com/ninenines/cowboy master
 include ../../erlang.mk