Browse Source

remove include of rebar header from plugin template

pull/21/head
Tristan Sloughter 10 years ago
parent
commit
6914429bc6
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      priv/templates/plugin.erl.dtl

+ 1
- 3
priv/templates/plugin.erl.dtl View File

@ -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

Loading…
Cancel
Save