summaryrefslogtreecommitdiff
path: root/project/Sametest.scala
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2012-06-13 19:55:57 -0400
committerJosh Suereth <joshua.suereth@gmail.com>2012-06-13 19:55:57 -0400
commit456799bf08d27e1572a479c6b8d09a7d2d2445a0 (patch)
tree17772f4598750b52639085aeb6f2ceb500af0833 /project/Sametest.scala
parented1b1b1d4544d4c2dba088e923c362151dd9eed2 (diff)
downloadscala-456799bf08d27e1572a479c6b8d09a7d2d2445a0.tar.gz
scala-456799bf08d27e1572a479c6b8d09a7d2d2445a0.tar.bz2
scala-456799bf08d27e1572a479c6b8d09a7d2d2445a0.zip
Refactoring and temporary commit before finishing the fix.
Diffstat (limited to 'project/Sametest.scala')
-rw-r--r--project/Sametest.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/project/Sametest.scala b/project/Sametest.scala
index f44fe8ec65..6f12eb24b3 100644
--- a/project/Sametest.scala
+++ b/project/Sametest.scala
@@ -5,9 +5,6 @@ import Keys._
// This code is adapted from scala.tools.ant.Same by Gilles Dubochet.
object SameTest {
- lazy val checkSame: TaskKey[Unit] = TaskKey("check-same-binaries", "checks whether or not the class files generated by scala are the same.")
- lazy val checkSameLibrary: TaskKey[Unit] = TaskKey("check-same-lib-binaries", "checks whether or not the librayr class files generated by scala are the same.")
- lazy val checkSameCompiler: TaskKey[Unit] = TaskKey("check-same-comp-binaries", "checks whether or not the compiler class files generated by scala are the same.")
def checkSameBinaryProjects(lhs: Project, rhs: Project): Project.Initialize[Task[Unit]] =
(classDirectory in Compile in lhs, classDirectory in Compile in rhs,