Correction to commit 22865 in order for sbt build to work

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@22866 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
moix 2010-08-31 06:59:27 +00:00
parent b9b90ea688
commit 648e28e526
1 changed files with 0 additions and 12 deletions

View File

@ -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
@ -247,17 +246,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
}
}