summaryrefslogtreecommitdiff
path: root/project/ScalaBuildKeys.scala
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2012-06-14 09:08:37 -0400
committerJosh Suereth <joshua.suereth@gmail.com>2012-06-14 09:08:37 -0400
commit48fc0393808408cd974a80d6ca65b33003599e14 (patch)
treefe60e2567dcd38d7c21266a708e87e451e5c1820 /project/ScalaBuildKeys.scala
parent970b7a168b211d22b452306cecaefd56db8438e8 (diff)
downloadscala-48fc0393808408cd974a80d6ca65b33003599e14.tar.gz
scala-48fc0393808408cd974a80d6ca65b33003599e14.tar.bz2
scala-48fc0393808408cd974a80d6ca65b33003599e14.zip
More fixups.
Diffstat (limited to 'project/ScalaBuildKeys.scala')
-rw-r--r--project/ScalaBuildKeys.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/project/ScalaBuildKeys.scala b/project/ScalaBuildKeys.scala
index e846a884b9..9e495de19f 100644
--- a/project/ScalaBuildKeys.scala
+++ b/project/ScalaBuildKeys.scala
@@ -20,5 +20,4 @@ object ScalaBuildKeys {
val checkSame = TaskKey[Unit]("check-same-binaries", "checks whether or not the class files generated by scala are the same.")
val checkSameLibrary = TaskKey[Unit]("check-same-lib-binaries", "checks whether or not the librayr class files generated by scala are the same.")
val checkSameCompiler = TaskKey[Unit]("check-same-comp-binaries", "checks whether or not the compiler class files generated by scala are the same.")
-
}