瀏覽代碼

remove bash_profile.sh from play1

Lita Gratrix 11 年之前
父節點
當前提交
108d583d0a
共有 2 個文件被更改,包括 1 次插入3 次删除
  1. 0 3
      frameworks/Java/play1/bash_profile.sh
  2. 1 0
      frameworks/Java/play1/setup.sh

+ 0 - 3
frameworks/Java/play1/bash_profile.sh

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

+ 1 - 0
frameworks/Java/play1/setup.sh

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