From 456799bf08d27e1572a479c6b8d09a7d2d2445a0 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Wed, 13 Jun 2012 19:55:57 -0400 Subject: Refactoring and temporary commit before finishing the fix. --- project/Sametest.scala | 3 --- 1 file changed, 3 deletions(-) (limited to 'project/Sametest.scala') 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, -- cgit v1.2.3