mirror of https://github.com/sbt/sbt.git
cleanup for 0.5.4
git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@1021 d89573ee-9141-11dd-94d4-bdf5e562f29c
This commit is contained in:
parent
212a686487
commit
e56006ed54
|
|
@ -2,6 +2,6 @@
|
||||||
#Sun Jul 26 22:17:46 EDT 2009
|
#Sun Jul 26 22:17:46 EDT 2009
|
||||||
project.organization=org.scala-tools.sbt
|
project.organization=org.scala-tools.sbt
|
||||||
project.name=extract
|
project.name=extract
|
||||||
sbt.version=0.5.3
|
sbt.version=0.5.4
|
||||||
project.version=0.2.1
|
project.version=0.2.1
|
||||||
scala.version=2.7.4
|
scala.version=2.7.4
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,6 @@ trait ReleaseProject extends ExecProject
|
||||||
def ivyLocalPath = Path.userHome / ".ivy2" / "local" / "sbt" / "simple-build-tool" / version.toString
|
def ivyLocalPath = Path.userHome / ".ivy2" / "local" / "sbt" / "simple-build-tool" / version.toString
|
||||||
def manualTasks =
|
def manualTasks =
|
||||||
("Upload launcher jar: " + boot.outputJar.absolutePath) ::
|
("Upload launcher jar: " + boot.outputJar.absolutePath) ::
|
||||||
"Update and upload documentation" ::
|
|
||||||
"Update, build, check and commit Hello Lift example" ::
|
"Update, build, check and commit Hello Lift example" ::
|
||||||
Nil
|
Nil
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#Sat Aug 01 10:32:20 EDT 2009
|
#Sat Aug 01 10:32:20 EDT 2009
|
||||||
project.organization=org.scala-tools.sbt
|
project.organization=org.scala-tools.sbt
|
||||||
project.name=test
|
project.name=test
|
||||||
sbt.version=0.5.3
|
sbt.version=0.5.4
|
||||||
project.version=0.5.3
|
project.version=0.5.4
|
||||||
scala.version=2.7.5
|
scala.version=2.7.5
|
||||||
project.initialize=false
|
project.initialize=false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue