Browse Source

remove bash_profile.sh from play1siena

Lita Gratrix 10 years ago
parent
commit
f0cc7f6c22

+ 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
 #!/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
 sed -i 's|jdbc:mysql://.*:3306|jdbc:mysql://'"${DBHOST}"':3306|g' conf/application.conf