forked from hfeeki/countach
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrebar.config
14 lines (14 loc) · 844 Bytes
/
rebar.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{validate_app_modules, false}.
{sub_dirs,["deps","apps"]}.
{lib_dirs,["apps"]}.
{deps_dir,["deps"]}.
{deps, [
{n2o, ".*", {git, "git://github.com/5HT/n2o.git", "HEAD"}},
{n2o_bootstrap, ".*", {git, "git://github.com/synrc/n2o_bootstrap", "HEAD"}},
{n2o_scripts, ".*", {git, "git://github.com/synrc/n2o_scripts", "HEAD"}},
{feeds, ".*", {git, "git://github.com/synrc/feeds.git", "master"}},
{oauth, ".*", {git, "git://github.com/doxtop/erlang-oauth.git", "master"}},
{active, ".*", {git, "git://github.com/proger/active", "HEAD"}},
{lager, ".*", {git, "git://github.com/basho/lager.git", {tag,"1.2.2"}}},
{avz, ".*", {git, "git://github.com/synrc/avz.git", "HEAD"}}
]}.