From e56006ed548440f733cf45e5046746bcbad21bc1 Mon Sep 17 00:00:00 2001 From: dmharrah Date: Sat, 12 Sep 2009 21:07:20 +0000 Subject: [PATCH] cleanup for 0.5.4 git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@1021 d89573ee-9141-11dd-94d4-bdf5e562f29c --- install/project/build.properties | 2 +- project/build/ReleaseProject.scala | 1 - scripted/project/build.properties | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/install/project/build.properties b/install/project/build.properties index 53491ed04..08c52f681 100644 --- a/install/project/build.properties +++ b/install/project/build.properties @@ -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 diff --git a/project/build/ReleaseProject.scala b/project/build/ReleaseProject.scala index 564702d2c..2456d51af 100644 --- a/project/build/ReleaseProject.scala +++ b/project/build/ReleaseProject.scala @@ -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 diff --git a/scripted/project/build.properties b/scripted/project/build.properties index 4134fa3ea..f661a4686 100644 --- a/scripted/project/build.properties +++ b/scripted/project/build.properties @@ -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