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:
dmharrah 2009-09-12 21:07:20 +00:00
parent 212a686487
commit e56006ed54
3 changed files with 3 additions and 4 deletions

View File

@ -2,6 +2,6 @@
#Sun Jul 26 22:17:46 EDT 2009
project.organization=org.scala-tools.sbt
project.name=extract
sbt.version=0.5.3
sbt.version=0.5.4
project.version=0.2.1
scala.version=2.7.4

View File

@ -53,7 +53,6 @@ trait ReleaseProject extends ExecProject
def ivyLocalPath = Path.userHome / ".ivy2" / "local" / "sbt" / "simple-build-tool" / version.toString
def manualTasks =
("Upload launcher jar: " + boot.outputJar.absolutePath) ::
"Update and upload documentation" ::
"Update, build, check and commit Hello Lift example" ::
Nil

View File

@ -2,7 +2,7 @@
#Sat Aug 01 10:32:20 EDT 2009
project.organization=org.scala-tools.sbt
project.name=test
sbt.version=0.5.3
project.version=0.5.3
sbt.version=0.5.4
project.version=0.5.4
scala.version=2.7.5
project.initialize=false