2012-02-14 23:34:55 +00:00
|
|
|
{require_otp_vsn, "R13B04|R14|R15"}.
|
2012-01-11 00:21:39 +00:00
|
|
|
{cover_enabled, true}.
|
|
|
|
{edoc_opts, [{preprocess, true}]}.
|
|
|
|
%%{edoc_opts, [{doclet, edown_doclet}, {pretty_printer, erl_pp}]}.
|
|
|
|
%%{edoc_opts, [{doclet, my_layout}, {pretty_printer, erl_pp}]}.
|
|
|
|
%%{edoc_opts, [{layout, my_layout}, {file_suffix, ".xml"}, {pretty_printer, erl_pp}]}.
|
2012-08-23 19:42:50 +00:00
|
|
|
{erl_opts, [{src_dirs, [src]},
|
2012-01-11 00:21:39 +00:00
|
|
|
warnings_as_errors, {parse_transform, lager_transform}]}.
|
|
|
|
|
|
|
|
{deps, [
|
2012-09-29 20:48:26 +00:00
|
|
|
{lager, "1.2.1", {git, "git://github.com/basho/lager", {tag, "1.2.1"}}},
|
2012-08-29 17:06:28 +00:00
|
|
|
{getopt, ".*", {git, "git://github.com/jcomellas/getopt", {tag, "v0.4"}}},
|
2012-07-16 16:14:44 +00:00
|
|
|
{meck, ".*", {git, "git://github.com/eproxus/meck"}},
|
2012-09-10 23:55:11 +00:00
|
|
|
{mapred_verify, ".*", {git, "git://github.com/basho/mapred_verify"}},
|
2012-09-18 01:31:07 +00:00
|
|
|
{riakc, "1.3.1", {git, "git://github.com/basho/riak-erlang-client", {tag, "1.3.1"}}},
|
2012-09-15 00:34:58 +00:00
|
|
|
{riakhttpc, "1.3.1", {git, "git://github.com/basho/riak-erlang-http-client", {tag, "1.3.1"}}},
|
|
|
|
{kvc, "1.2.1", {git, "https://github.com/etrepum/kvc", {tag, "v1.2.1"}}}
|
2012-01-11 00:21:39 +00:00
|
|
|
]}.
|
|
|
|
|
2012-09-27 18:51:30 +00:00
|
|
|
{escript_incl_apps, [lager, getopt, riakhttpc, riakc, ibrowse, mochiweb, kvc, mapred_verify]}.
|
2012-08-20 15:05:43 +00:00
|
|
|
|
|
|
|
{plugin_dir, "src"}.
|
2012-08-20 22:24:20 +00:00
|
|
|
{plugins, [rebar_riak_test_plugin]}.
|
|
|
|
{riak_test, [
|
|
|
|
{test_paths, ["tests"]},
|
2012-08-30 18:32:13 +00:00
|
|
|
{test_output, "ebin"}
|
2012-09-12 10:38:37 +00:00
|
|
|
]}.
|