Browse Source

Removed sbt from root - shouldn't be there

msmith-techempower 10 years ago
parent
commit
ca5e3b66cb
5 changed files with 0 additions and 9 deletions
  1. 0 3
      sbt/.gitignore
  2. 0 2
      sbt/install.sh
  3. 0 2
      sbt/sbt
  4. BIN
      sbt/sbt-launch.jar
  5. 0 2
      sbt/sbt.bat

+ 0 - 3
sbt/.gitignore

@@ -1,3 +0,0 @@
-.sbtboot
-.ivy
-.boot

+ 0 - 2
sbt/install.sh

@@ -1,2 +0,0 @@
-#!/bin/bash
-

+ 0 - 2
sbt/sbt

@@ -1,2 +0,0 @@
-MYSBT=`dirname $0`
-java -Xss2M -XX:MaxPermSize=512M -Xmx1536M -XX:+CMSClassUnloadingEnabled -Dsbt.global.base=$MYSBT/.sbtboot -Dsbt.boot.directory=$MYSBT/.boot -Dsbt.ivy.home=$MYSBT/.ivy -jar $MYSBT/sbt-launch.jar "$@"

BIN
sbt/sbt-launch.jar


+ 0 - 2
sbt/sbt.bat

@@ -1,2 +0,0 @@
-set SCRIPT_DIR=%~dp0
-java -Xss2M -XX:MaxPermSize=512M -Xmx1536M -XX:+CMSClassUnloadingEnabled -jar "%SCRIPT_DIR%sbt-launch.jar" %*