1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$FreeBSD$
--- rebar.config.orig
+++ rebar.config
@@ -1,10 +1,6 @@
%%-*- mode: erlang -*-
-{erl_opts, [warnings_as_errors]}.
{cover_enabled, true}.
{edoc_opts, [{preprocess, true}]}.
{deps,
- [{mochiweb, "1.5.1*", {git, "git://github.com/basho/mochiweb.git", {tag, "1.5.1p6"}}},
- {meck, "0.8.1", {git, "git://github.com/basho/meck.git", {tag, "0.8.1"}}},
- {ibrowse, "4.0.1", {git, "git://github.com/cmullaparthi/ibrowse.git", {tag, "v4.0.1"}}}
- ]}.
+ [{mochiweb, "1.5.1*"}]}.
|