mirror of https://github.com/sbt/sbt.git
2.8.1.RC2
This commit is contained in:
parent
8d1b1f89bf
commit
b6ff9d8661
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue