From a45fda11a7e9749ce84ac9ce8aaa7ef700fd47f7 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Wed, 9 Jul 2014 01:44:09 -0400 Subject: [PATCH] Remove lfe sample rebar plugin dependency --- rebar.config | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/rebar.config b/rebar.config index bb7d547..46ae791 100644 --- a/rebar.config +++ b/rebar.config @@ -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"}} ]}.