Skip to content

Commit

Permalink
adding rebar
Browse files Browse the repository at this point in the history
  • Loading branch information
si14 committed Jul 12, 2011
1 parent c79af50 commit ada7e52
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added rebar
Binary file not shown.
11 changes: 11 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
%% -*- erlang -*-
{erl_opts,[debug_info, fail_on_warning]}.
{deps_dir, ["deps"]}.
{deps, [{syslog, ".*", {git, "git://github.com/Vagabond/erlang-syslog.git", "master"}},
{parse_trans, ".*", {git, "git://github.com/esl/parse_trans.git", "master"}},
{edown, ".*", {git, "git://github.com/si14/edown.git", "master"}}]}.
{cover_enabled, true}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.
{edoc_opts, [{doclet, edown_doclet},
{top_level_readme, {"./README.md", "https://github.com/spawnfest/alogger"}}]}.
{sub_dirs, []}.

0 comments on commit ada7e52

Please sign in to comment.