aboutsummaryrefslogtreecommitdiffstats
path: root/examples/rest_pastebin/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-09-08 19:08:37 +0200
committerLoïc Hoguin <[email protected]>2013-09-08 19:08:37 +0200
commit630a8055412bb9622ca202ffb7008d418df78d5c (patch)
tree89f822e66008feb072ff368d14d65edd9530267b /examples/rest_pastebin/rebar.config
parentdacaf5d293aacd0e98c5aca39c4cf03ec52d12dc (diff)
downloadcowboy-630a8055412bb9622ca202ffb7008d418df78d5c.tar.gz
cowboy-630a8055412bb9622ca202ffb7008d418df78d5c.tar.bz2
cowboy-630a8055412bb9622ca202ffb7008d418df78d5c.zip
Convert the REST pastebin example to a release
Diffstat (limited to 'examples/rest_pastebin/rebar.config')
-rw-r--r--examples/rest_pastebin/rebar.config4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/rest_pastebin/rebar.config b/examples/rest_pastebin/rebar.config
deleted file mode 100644
index 6ad3062..0000000
--- a/examples/rest_pastebin/rebar.config
+++ /dev/null
@@ -1,4 +0,0 @@
-{deps, [
- {cowboy, ".*",
- {git, "git://github.com/extend/cowboy.git", "master"}}
-]}.