summaryrefslogtreecommitdiff
path: root/project/build/CompilationStep.scala
diff options
context:
space:
mode:
authormoix <moix@epfl.ch>2010-08-31 06:49:57 +0000
committermoix <moix@epfl.ch>2010-08-31 06:49:57 +0000
commitfaed687d92849859157ea264bcac57b4ec72e9b7 (patch)
treed9ceb5cb0db5c9bd0ccb2e352d374e22ceaa4378 /project/build/CompilationStep.scala
parent8964f6f1bcc8500f1bc6a2808ef70d8852d208ec (diff)
downloadscala-faed687d92849859157ea264bcac57b4ec72e9b7.tar.gz
scala-faed687d92849859157ea264bcac57b4ec72e9b7.tar.bz2
scala-faed687d92849859157ea264bcac57b4ec72e9b7.zip
Partest support for sbt (with failed only and s...
Partest support for sbt (with failed only and specific files only options) Support for triggered execution
Diffstat (limited to 'project/build/CompilationStep.scala')
-rw-r--r--project/build/CompilationStep.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/build/CompilationStep.scala b/project/build/CompilationStep.scala
index be587de564..f9602b2718 100644
--- a/project/build/CompilationStep.scala
+++ b/project/build/CompilationStep.scala
@@ -1,5 +1,5 @@
import sbt._
-import BasicLayer._
+import AdditionalResources._
trait Step extends Dag[Step] {
def dependencies:Iterable[Step]