Skip to content

Commit

Permalink
upgrade SBT to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajitr committed Apr 5, 2011
1 parent 7ed9d91 commit 731088a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion liftsh
Expand Up @@ -12,4 +12,4 @@ INTERNAL_OPTS="-Dfile.encoding=UTF-8 -Xss8M -Xmx1G -noverify -XX:+CMSClassUnload
DEFAULT_OPTS="-Dsbt.intransitive=true" DEFAULT_OPTS="-Dsbt.intransitive=true"


# Call with INTERNAL_OPTS followed by LIFTSH_OPTS (or DEFAULT_OPTS). java aways takes the last option when duplicate. # Call with INTERNAL_OPTS followed by LIFTSH_OPTS (or DEFAULT_OPTS). java aways takes the last option when duplicate.
exec java ${INTERNAL_OPTS} ${LIFTSH_OPTS:-${DEFAULT_OPTS}} -jar `dirname $0`/project/sbt-launch-0.7.5.RC1.jar "$@" exec java ${INTERNAL_OPTS} ${LIFTSH_OPTS:-${DEFAULT_OPTS}} -jar `dirname $0`/project/sbt-launch-0.7.5.jar "$@"
2 changes: 1 addition & 1 deletion liftsh.cmd
Expand Up @@ -11,4 +11,4 @@ if "%LIFTSH_OPTS%"=="" (
) )


@REM Call with INTERNAL_OPTS followed by LIFTSH_OPTS (or DEFAULT_OPTS). java aways takes the last option when duplicate. @REM Call with INTERNAL_OPTS followed by LIFTSH_OPTS (or DEFAULT_OPTS). java aways takes the last option when duplicate.
java %INTERNAL_OPTS% %LIFTSH_OPTS% -jar "%~dp0\project\sbt-launch-0.7.5.RC1.jar" %* java %INTERNAL_OPTS% %LIFTSH_OPTS% -jar "%~dp0\project\sbt-launch-0.7.5.jar" %*
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1,7 +1,7 @@
#Project properties #Project properties
project.organization=net.liftweb project.organization=net.liftweb
project.name=lift-framework project.name=lift-framework
sbt.version=0.7.5.RC1 sbt.version=0.7.5
project.version=2.3-SNAPSHOT project.version=2.3-SNAPSHOT
build.scala.versions=2.8.1 2.8.0 build.scala.versions=2.8.1 2.8.0
project.initialize=false project.initialize=false
Binary file not shown.

0 comments on commit 731088a

Please sign in to comment.