Browse Source

remove bash_profile.sh from plain

Lita Gratrix 10 years ago
parent
commit
dcb2e12931
2 changed files with 1 additions and 3 deletions
  1. 0 3
      frameworks/Scala/plain/bash_profile.sh
  2. 1 0
      frameworks/Scala/plain/setup.sh

+ 0 - 3
frameworks/Scala/plain/bash_profile.sh

@@ -1,3 +0,0 @@
-#!/bin/bash
-
-export SBT_HOME=${IROOT}/sbt

+ 1 - 0
frameworks/Scala/plain/setup.sh

@@ -1,4 +1,5 @@
 #!/bin/bash
 #!/bin/bash
+export SBT_HOME=${IROOT}/sbt
 
 
 sed -i 's|127.0.0.1|'"${DBHOST}"'|g' src/main/resources/application.conf
 sed -i 's|127.0.0.1|'"${DBHOST}"'|g' src/main/resources/application.conf