Skip to content
This repository has been archived by the owner on Jul 22, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
upgrade SBT to 0.7.5
  • Loading branch information
indrajitr committed Apr 5, 2011
1 parent 18cb637 commit 78efc95
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"

# 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.
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.organization=net.liftweb
project.name=lift-modules
sbt.version=0.7.5.RC1
sbt.version=0.7.5
project.version=2.3-SNAPSHOT
build.scala.versions=2.8.1 2.8.0
project.initialize=false
Binary file not shown.

0 comments on commit 78efc95

Please sign in to comment.