From 34f3d10608d6f11deb90979066d69d31b7a8fe4f Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Thu, 6 Apr 2017 01:24:27 +0000 Subject: change IntelliJ plugin draft to follow now recommend plugin style --- build/build.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build/build.scala b/build/build.scala index 4635159..74bf6da 100644 --- a/build/build.scala +++ b/build/build.scala @@ -2,7 +2,7 @@ package cbt_build.cbt import cbt._ import cbt_internal._ -class Build(val context: Context) extends Shared with Scalariform with PublishLocal{ +class Build(val context: Context) extends Shared with Scalariform with PublishLocal with CommandLineOverrides{ override def name: String = "cbt" override def version: String = "0.1" override def description: String = "Fast, intuitive Build Tool for Scala" @@ -24,6 +24,7 @@ class Build(val context: Context) extends Shared with Scalariform with PublishLo Seq( context.cbtHome / "stage2" / "DirectoryDependency.scala", context.cbtHome / "stage2" / "LazyDependency.scala", + context.cbtHome / "stage2" / "plugins" / "IntelliJ.scala", context.cbtHome / "stage2" / "plugins" / "ScalaTest.scala", context.cbtHome / "stage2" / "plugins" / "Scalatex.scala", context.cbtHome / "stage2" / "plugins" / "Tut.scala", -- cgit v1.2.3