From d88112b8f56c6f7556aa1e62d7cd10e7a02bd620 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Wed, 22 Feb 2017 17:09:03 +0800 Subject: allow plugins to access essential plugins --- stage2/Plugin.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stage2/Plugin.scala') diff --git a/stage2/Plugin.scala b/stage2/Plugin.scala index 94a8749..4d52fcc 100644 --- a/stage2/Plugin.scala +++ b/stage2/Plugin.scala @@ -1,4 +1,5 @@ package cbt trait Plugin extends BaseBuild{ - override def dependencies = super.dependencies :+ context.cbtDependency + override def dependencies = + super.dependencies :+ context.cbtDependency :+ DirectoryDependency( context.cbtHome ++ "/plugins/essentials" ) } -- cgit v1.2.3