2.8.1.RC2

This commit is contained in:
Mark Harrah 2010-09-30 07:21:07 -04:00
parent 8d1b1f89bf
commit b6ff9d8661
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[scala]
version: 2.8.1.RC1
version: 2.8.1.RC2
classifiers: read(scala.classifiers)[]
[app]
@ -34,7 +34,7 @@
project.name: quick=set(test), new=prompt(Name), fill=prompt(Name)
project.organization: new=prompt(Organization)
project.version: quick=set(1.0), new=prompt(Version)[1.0], fill=prompt(Version)[1.0]
build.scala.versions: quick=set(2.8.0), new=prompt(Scala version)[2.8.0], fill=prompt(Scala version)[2.8.0]
build.scala.versions: quick=set(2.8.1.RC2), new=prompt(Scala version)[2.8.1.RC2], fill=prompt(Scala version)[2.8.1.RC2]
sbt.version: quick=set(0.9.0-SNAPSHOT), new=prompt(sbt version)[0.9.0-SNAPSHOT], fill=prompt(sbt version)[0.9.0-SNAPSHOT]
project.scratch: quick=set(true)
project.initialize: quick=set(true), new=set(true)

View File

@ -2,4 +2,4 @@ project.organization=org.scala-tools.sbt
project.name=xsbt
sbt.version=0.7.4
project.version=0.9.0-SNAPSHOT
build.scala.versions=2.8.1.RC1
build.scala.versions=2.8.1.RC2

View File

@ -343,7 +343,7 @@ class XSbt(info: ProjectInfo) extends ParentProject(info) with NoCrossPaths
override def normalizedName = "sbt"
override def testWithCompileClasspath = super.testWithCompileClasspath ++ Seq(scriptedSbtSub)
override def testAction = super.testAction dependsOn(publishLocal)
def scriptedScalaVersions = "2.8.1.RC1"
def scriptedScalaVersions = "2.8.1.RC2"
lazy val scripted = task { args => task {
val launcher = launchSub.outputJar.asFile
val loader = ClasspathUtilities.toLoader(scriptedSbtSub.testClasspath, buildScalaInstance.loader)