From 252b31f2a4b95670ef75a6a712788af977e869e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 15 May 2013 23:56:45 +0100 Subject: Fix searching for plugins If a plugin is in a dependency, rebar didn't search for it carefully enough. --- inttest/depplugins/rebar.config | 1 + 1 file changed, 1 insertion(+) create mode 100644 inttest/depplugins/rebar.config (limited to 'inttest/depplugins/rebar.config') diff --git a/inttest/depplugins/rebar.config b/inttest/depplugins/rebar.config new file mode 100644 index 0000000..3a2e34e --- /dev/null +++ b/inttest/depplugins/rebar.config @@ -0,0 +1 @@ +{deps, [dependsonplugin]}. -- cgit v1.1