mirror of https://github.com/sbt/sbt.git
0.9.8
This commit is contained in:
parent
e048c6d07e
commit
41162b2484
|
|
@ -22,9 +22,9 @@ To build from source, get the latest stable version of sbt (above) and get the c
|
||||||
The '-n' option is strictly only necessary when using msysgit on Windows.
|
The '-n' option is strictly only necessary when using msysgit on Windows.
|
||||||
(This works around an issue with spaces in the 'master' branch by not checking the 'master' branch out initially.)
|
(This works around an issue with spaces in the 'master' branch by not checking the 'master' branch out initially.)
|
||||||
|
|
||||||
The latest tag for 0.9.x is 0.9.7:
|
The latest tag for 0.9.x is 0.9.8:
|
||||||
|
|
||||||
$ git checkout v0.9.7
|
$ git checkout v0.9.8
|
||||||
|
|
||||||
Or, get the development branch for 0.9.x:
|
Or, get the development branch for 0.9.x:
|
||||||
|
|
||||||
|
|
@ -36,8 +36,8 @@ To build:
|
||||||
|
|
||||||
Copy your stable ~/bin/sbt script to ~/bin/xsbt and change it to use the launcher at:
|
Copy your stable ~/bin/sbt script to ~/bin/xsbt and change it to use the launcher at:
|
||||||
|
|
||||||
<xsbt>/target/sbt-launch-0.9.7.jar
|
<xsbt>/target/sbt-launch-0.9.8.jar
|
||||||
|
|
||||||
If using the 0.9 development branch, the launcher is at:
|
If using the 0.9 development branch, the launcher is at:
|
||||||
|
|
||||||
<xsbt>/target/sbt-launch-0.9.8-SNAPSHOT.jar
|
<xsbt>/target/sbt-launch-0.9.9-SNAPSHOT.jar
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
[app]
|
[app]
|
||||||
org: org.scala-tools.sbt
|
org: org.scala-tools.sbt
|
||||||
name: sbt
|
name: sbt
|
||||||
version: read(sbt.version)[0.9.8-SNAPSHOT]
|
version: read(sbt.version)[0.9.8]
|
||||||
class: ${sbt.main.class-sbt.xMain}
|
class: ${sbt.main.class-sbt.xMain}
|
||||||
components: xsbti
|
components: xsbti
|
||||||
cross-versioned: true
|
cross-versioned: true
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project.organization=org.scala-tools.sbt
|
project.organization=org.scala-tools.sbt
|
||||||
project.name=xsbt
|
project.name=xsbt
|
||||||
sbt.version=0.7.7
|
sbt.version=0.7.7
|
||||||
project.version=0.9.8-SNAPSHOT
|
project.version=0.9.8
|
||||||
build.scala.versions=2.8.1
|
build.scala.versions=2.8.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue