forked from esl/MongooseIM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rebar.config
19 lines (15 loc) · 897 Bytes
/
rebar.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{erl_opts, [debug_info,
{i, ["include"]}]}.
{require_otp_vsn, "R1[456]"}.
{sub_dirs, ["apps/ejabberd", "apps/stringprep", "apps/mysql", "rel", "dev"]}.
{deps, [
{cuesport, ".*", {git, "git://github.com/goj/cuesport.git", {branch, "master"}}},
{redo, ".*", {git, "git://github.com/JacobVorreuter/redo.git", {branch, "master"}}},
{exml, "2.0.1", {git, "git://github.com/esl/exml.git", {tag, "2.0.1"}}},
{lager, ".*", {git, "git://github.com/basho/lager.git"}},
{cowboy, "0.8.6", {git, "git://github.com/extend/cowboy.git", "0.8.6"}},
{folsom, ".*", {git, "git://github.com/boundary/folsom.git", {branch, "master"}}},
{mochijson2, ".*", {git, "git://github.com/bjnortier/mochijson2.git", {branch, "master"}}},
{alarms, ".*", {git, "git://github.com/chrzaszcz/alarms.git", {branch, "master"}}}
]}.
{pre_hooks, [{compile, "make generate_snmp_header"}]}.