* Use a machine-global lock on Ivy because caches are not safe for concurrent access.

* Fix some tests
This commit is contained in:
Mark Harrah
2010-01-28 19:32:17 -05:00
parent 5ef14bd5e8
commit fbaf5cbf2e
7 changed files with 14 additions and 14 deletions
+4 -4
View File
@@ -88,11 +88,11 @@ object FillProperties
import CompatibilityLevel._
level match
{
case Full => "2.7.2 2.7.3 2.7.5 2.7.7 2.8.0.Beta1-RC6 2.8.0-SNAPSHOT"
case Basic => "2.7.7 2.7.2 2.8.0.Beta1-RC6"
case Minimal => "2.7.7 2.8.0.Beta1-RC6"
case Full => "2.7.2 2.7.3 2.7.5 2.7.7 2.8.0.Beta1 2.8.0-SNAPSHOT"
case Basic => "2.7.7 2.7.2 2.8.0.Beta1"
case Minimal => "2.7.7 2.8.0.Beta1"
case Minimal27 => "2.7.7"
case Minimal28 => "2.8.0.Beta1-RC6"
case Minimal28 => "2.8.0.Beta1"
}
}
def extraProperties(sbtVersion: String, defScalaVersion: String, buildScalaVersions: String) =