summaryrefslogtreecommitdiff
path: root/src/rebar_plugins.erl
blob: 0fdbc6d9f79762120438eaf2df24795a4882f0d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%% -*- erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ts=4 sw=4 et

-module(rebar_plugins).

-export([]).

-include("rebar.hrl").

%% ===================================================================
%% Public API
%% ===================================================================