cleanup the rebar config

Signed-off-by: Jordan Wilberding <diginux@gmail.com>
This commit is contained in:
Eric Merritt 2012-10-19 18:20:07 -05:00 committed by Jordan Wilberding
parent 7e4ba401fd
commit 1540fb1652

View file

@ -1,12 +1,20 @@
%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
%% These are all only compile time dependencies
%% Dependencies ================================================================
{deps, [{neotoma, "",
{git, "https://github.com/seancribbs/neotoma.git", {tag, "1.5.1"}}},
{git, "https://github.com/seancribbs/neotoma.git", {branch, master}}},
{proper, "", {git, "https://github.com/manopapad/proper.git", {branch, master}}}]}.
{erl_first_files, ["ec_dictionary"]}.
%% Compiler Options ============================================================
{erl_opts,
[debug_info,
warnings_as_errors]}.
%% EUnit =======================================================================
{eunit_opts, [verbose,
{report, {eunit_surefire, [{dir, "."}]}}]}.
{cover_enabled, true}.
{cover_print_enabled, true}.