Browse Source

remove bash_profile.sh from play1siena

Lita Gratrix 10 years ago
parent
commit
f0cc7f6c22
2 changed files with 2 additions and 4 deletions
  1. 0 4
      frameworks/Java/play1siena/bash_profile.sh
  2. 2 0
      frameworks/Java/play1siena/setup.sh

+ 0 - 4
frameworks/Java/play1siena/bash_profile.sh

@@ -1,4 +0,0 @@
-#!/bin/bash
-
-export PLAY1_HOME=${IROOT}/play-1.2.5
-export RESIN_HOME=${IROOT}/resin-4.0.41

+ 2 - 0
frameworks/Java/play1siena/setup.sh

@@ -1,4 +1,6 @@
 #!/bin/bash
+export PLAY1_HOME=${IROOT}/play-1.2.5
+export RESIN_HOME=${IROOT}/resin-4.0.41
 
 sed -i 's|jdbc:mysql://.*:3306|jdbc:mysql://'"${DBHOST}"':3306|g' conf/application.conf