瀏覽代碼

remove bash_profile.sh from servlet

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

+ 0 - 1
frameworks/Java/servlet/bash_profile.sh

@@ -1 +0,0 @@
-export RESIN_HOME=${IROOT}/resin-4.0.41

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

@@ -1,4 +1,5 @@
 #!/bin/bash
+export RESIN_HOME=${IROOT}/resin-4.0.41
 
 sed -i 's|localhost|'"${DBHOST}"'|g' src/main/webapp/WEB-INF/resin-web.xml