Remove lfe sample rebar plugin dependency

This commit is contained in:
Correl Roush 2014-07-09 01:44:09 -04:00
parent e653ea0b84
commit a45fda11a7

View file

@ -3,7 +3,6 @@
"test/system"]}]}.
{lfe_first_files, []}.
{deps_dir, ["deps"]}.
{plugins, ['lfe-sample-rebar-plugin']}.
{eunit_compile_opts, [
{src_dirs, ["test/unit",
"test/integration",
@ -13,8 +12,5 @@
{deps, [
{lfe, ".*", {git, "git://github.com/rvirding/lfe.git", "develop"}},
{'lfe-utils', ".*", {git, "https://github.com/lfe/lfe-utils.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"}}
{lfeunit, ".*", {git, "git://github.com/lfe/lfeunit.git", "master"}}
]}.