From 185d04643d258d098752c3d0a27c4d95b294acb2 Mon Sep 17 00:00:00 2001 From: moix Date: Tue, 31 Aug 2010 06:59:27 +0000 Subject: Correction to commit 22865 in order for sbt bui... Correction to commit 22865 in order for sbt build to work --- project/build/ScalaSBTBuilder.scala | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'project/build') diff --git a/project/build/ScalaSBTBuilder.scala b/project/build/ScalaSBTBuilder.scala index c741f3710c..fe05e41f14 100644 --- a/project/build/ScalaSBTBuilder.scala +++ b/project/build/ScalaSBTBuilder.scala @@ -25,7 +25,6 @@ class ScalaSBTBuilder(val info: ProjectInfo) extends Project with ReflectivePro lazy val buildMsil = libs.buildMsil lazy val newMsil = libs.newMsil lazy val partest = quick.externalPartest - lazy val testSuite = strap.testSuite @@ -248,17 +247,6 @@ class ScalaSBTBuilder(val info: ProjectInfo) extends Project with ReflectivePro override lazy val toolsWS= new WrapperStep(scalapConfig::partestConfig::Nil) - - def compare = { - import PathConfig.classes - def filter(path:Path)= path.descendentsExcept(AllPassFilter, HiddenFileFilter || "*.properties") - Comparator.compare(this.pathLayout.outputDir/classes ##,quick.pathLayout.outputDir/classes ##, filter _ ,log) - } - - lazy val testSuite=task{ - compare - } - } -- cgit v1.2.3