From bba2abe7ee38b8903822a07578c46466923d13ed Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Mon, 20 Mar 2017 22:09:38 -0400 Subject: start modularizing cbt into libraries this extracts certain parts of cbt into stand-alone libraries, which can be published to maven and used outside of cbt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This also adds scalariform for these parts of the code. This slows down cbt’s own build a lot because of the number of projects involved! So we’ll follow this by a bunch of performance tweak commits. --- test/build/build.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/build/build.scala b/test/build/build.scala index 2777511..36261b5 100644 --- a/test/build/build.scala +++ b/test/build/build.scala @@ -1,3 +1,4 @@ +package cbt_build.cbt.test import cbt._ class Build(val context: cbt.Context) extends BaseBuild{ override def dependencies = super.dependencies :+ context.cbtDependency -- cgit v1.2.3