Skip to content

Commit

Permalink
Patch rebar to deal with a 2 arg vc spec
Browse files Browse the repository at this point in the history
  • Loading branch information
David Reid committed Feb 3, 2011
1 parent a2077fd commit f739f7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions integration_tests/rebar.config
Expand Up @@ -2,9 +2,11 @@


{deps_dir, "../deps"}. {deps_dir, "../deps"}.
{deps, [{gen_bunny, ".*", {deps, [{gen_bunny, ".*",
{git, "file://..", ""}}, {git, "file://.."}},
{mochiweb, ".*", {mochiweb, ".*",
{git, "git://github.com/mochi/mochiweb.git", "master"}}, {git, "git://github.com/mochi/mochiweb.git", "master"}},
{lhttpc, ".*", {lhttpc, ".*",
{git, "git://github.com/dreid/lhttpc.git", "master"}}]}. {git, "git://github.com/dreid/lhttpc.git", "master"}}]}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}. {eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.
{erl_opts, [{src_dirs, ["../src"]}, {i, "../include"}]}.
{eunit_compile_opts, [{src_dirs, ["../src"]}, {i, "../include"}]}.
Binary file modified rebar
Binary file not shown.

0 comments on commit f739f7a

Please sign in to comment.