-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathrebar.config
24 lines (21 loc) · 857 Bytes
/
rebar.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
%%-*- mode: erlang -*-
{sub_dirs, ["rel"]}.
{erl_opts, [fail_on_warning, debug_info,
{parse_transform, lager_transform}]}.
{eunit_opts, [verbose,
{report, {eunit_surefire, [{dir, "."}]}}]}.
{cover_enabled, true}.
{cover_print_enable, true}.
{clean_files, ["*.eunit", "ebin/*.beam"]}.
{covertool_eunit, ".eunit/eunit.coverage.xml"}.
{covertool_prefix_len, 2}.
{deps, [{lager, "1.2.0",
{git, "git://github.com/basho/lager.git", "1.2.0"}},
{erlando, "rabbitmq_v2_8_7",
{git, "git://github.com/reifyhealth/erlando.git", "rabbitmq_v2_8_7"}},
{erlando, "0.1.0",
{git, "git://github.com/reifyhealth/erlando.git", "0.1.0"}},
{protobuffs, "3",
{git, "https://github.com/dizzyd/protobuffs.git", "RELEASE-4"}},
{eqc, "1.0.1",
{git, "git://github.com/reifyhealth/eqcmini.git", "1.0.1"}}]}.