aboutsummaryrefslogtreecommitdiff
path: root/test/simple-fixed
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-06-07 00:47:06 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-06-15 01:24:46 -0400
commitb37e339c41483c15bf14f84be60c8470fd429d77 (patch)
tree5a0ce098df0f166d13d8018257817b799ad3889d /test/simple-fixed
parent81a8db46ce92f6f0b7b2c2661ae8f0a2f38e5adc (diff)
downloadcbt-b37e339c41483c15bf14f84be60c8470fd429d77.tar.gz
cbt-b37e339c41483c15bf14f84be60c8470fd429d77.tar.bz2
cbt-b37e339c41483c15bf14f84be60c8470fd429d77.zip
Get rid of Build default imports to reduce noise in build files. This also changes builds from using immutable.Seq to using Predef.Seq in favor of simplicity over purity. This has been discussed on gitter.
Diffstat (limited to 'test/simple-fixed')
-rw-r--r--test/simple-fixed/build/build.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/simple-fixed/build/build.scala b/test/simple-fixed/build/build.scala
index f74820a..3f1ff66 100644
--- a/test/simple-fixed/build/build.scala
+++ b/test/simple-fixed/build/build.scala
@@ -1,6 +1,4 @@
import cbt._
-import scala.collection.immutable.Seq
-import java.io.File
// cbt:https://github.com/cvogt/cbt.git#ca412e26d70a6615153136019b7966acb9939446
class Build(context: cbt.Context) extends BasicBuild(context){