mirror of
https://github.com/correl/calrissian.git
synced 2024-11-23 11:09:58 +00:00
Remove lfe sample rebar plugin dependency
This commit is contained in:
parent
e653ea0b84
commit
a45fda11a7
1 changed files with 1 additions and 5 deletions
|
@ -3,7 +3,6 @@
|
||||||
"test/system"]}]}.
|
"test/system"]}]}.
|
||||||
{lfe_first_files, []}.
|
{lfe_first_files, []}.
|
||||||
{deps_dir, ["deps"]}.
|
{deps_dir, ["deps"]}.
|
||||||
{plugins, ['lfe-sample-rebar-plugin']}.
|
|
||||||
{eunit_compile_opts, [
|
{eunit_compile_opts, [
|
||||||
{src_dirs, ["test/unit",
|
{src_dirs, ["test/unit",
|
||||||
"test/integration",
|
"test/integration",
|
||||||
|
@ -13,8 +12,5 @@
|
||||||
{deps, [
|
{deps, [
|
||||||
{lfe, ".*", {git, "git://github.com/rvirding/lfe.git", "develop"}},
|
{lfe, ".*", {git, "git://github.com/rvirding/lfe.git", "develop"}},
|
||||||
{'lfe-utils', ".*", {git, "https://github.com/lfe/lfe-utils.git", "master"}},
|
{'lfe-utils', ".*", {git, "https://github.com/lfe/lfe-utils.git", "master"}},
|
||||||
{lfeunit, ".*", {git, "git://github.com/lfe/lfeunit.git", "master"}},
|
{lfeunit, ".*", {git, "git://github.com/lfe/lfeunit.git", "master"}}
|
||||||
{'lfe-sample-rebar-plugin',
|
|
||||||
".*", {git, "git://github.com/oubiwann/lfe-sample-rebar-plugin.git",
|
|
||||||
"master"}}
|
|
||||||
]}.
|
]}.
|
||||||
|
|
Loading…
Reference in a new issue