aboutsummaryrefslogtreecommitdiffstats
path: root/devel/oserl/files/patch-rebar.config
blob: 561bd751d7aa05fb013b02954938499ad59709ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- rebar.config.orig   2013-05-10 18:52:27 UTC
+++ rebar.config
@@ -1,10 +1,7 @@
-{lib_dirs, ["deps"]}.
+{lib_dirs, ["deps", ".."]}.
 
 {erl_opts, [warnings_as_errors, debug_info]}.
 
-{deps, [{common_lib, "3.3.4",
-         {git, "git://github.com/iamaleksey/common_lib.git", {tag, "3.3.4"}}}]}.
-
 {erl_first_files, ["src/gen_esme_session.erl",
                    "src/gen_mc_session.erl",
                    "src/gen_esme.erl",