From 6914429bc6e35fe5f30dc83fcc32e2f724c8be81 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sun, 23 Nov 2014 15:08:17 -0600 Subject: remove include of rebar header from plugin template --- priv/templates/plugin.erl.dtl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/priv/templates/plugin.erl.dtl b/priv/templates/plugin.erl.dtl index 49c3974..d3528c0 100644 --- a/priv/templates/plugin.erl.dtl +++ b/priv/templates/plugin.erl.dtl @@ -3,10 +3,8 @@ -export([init/1, do/1, format_error/1]). --include_lib("rebar3/include/rebar.hrl"). - -define(PROVIDER, {{name}}). --define(DEPS, []). +-define(DEPS, [app_discovery]). %% =================================================================== %% Public API -- cgit v1.1