From 9a974d047c5a5389de030b9289e38508f753d0d2 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 19 Jul 2015 02:01:15 +0900 Subject: [PATCH] Small fix --- doc/how_to_run.md | 2 +- sbt.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/how_to_run.md b/doc/how_to_run.md index 6773b3d92..1806b714d 100644 --- a/doc/how_to_run.md +++ b/doc/how_to_run.md @@ -57,7 +57,7 @@ Linux: To build executable war file, run -* Windows: `???` +* Windows: Not available * Linux: `./release/make-release-war.sh` at the top of the source tree. It generates executable `gitbucket.war` into `target/scala-2.11`. We release this war file as release artifact. diff --git a/sbt.sh b/sbt.sh index 151e545b1..eae1ce3a1 100755 --- a/sbt.sh +++ b/sbt.sh @@ -1,3 +1,2 @@ #!/bin/sh -. ./env.sh java -Dsbt.log.noformat=true -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256m -Xmx512M -Xss2M -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -jar `dirname $0`/sbt-launch-0.13.8.jar "$@"