Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

Commit

Permalink
Added sbt to other subprojects
Browse files Browse the repository at this point in the history
  • Loading branch information
dpp committed Dec 17, 2010
1 parent f7c2e90 commit 50a4802
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions lift_blank/sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -Xmx512M -Xss2M -XX:+CMSClassUnloadingEnabled -jar `dirname $0`/sbt-launcher.jar "$@"
Binary file added lift_blank/sbt-launcher.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions lift_blank/sbt.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
set SCRIPT_DIR=%~dp0
java -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256m -Xmx512M -Xss2M -jar "%SCRIPT_DIR%\sbt-launcher.jar" %*
1 change: 1 addition & 0 deletions lift_mvc/sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -Xmx512M -Xss2M -XX:+CMSClassUnloadingEnabled -jar `dirname $0`/sbt-launcher.jar "$@"
Binary file added lift_mvc/sbt-launcher.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions lift_mvc/sbt.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
set SCRIPT_DIR=%~dp0
java -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256m -Xmx512M -Xss2M -jar "%SCRIPT_DIR%\sbt-launcher.jar" %*

0 comments on commit 50a4802

Please sign in to comment.