[virtualcommons-svn] commit/foraging: all...@libai-vb-w7.la.asu.edu: updating crude windows deploy
Status: Beta
Brought to you by:
alllee
From: Bitbucket <com...@bi...> - 2012-04-09 19:27:34
|
1 new commit in foraging: https://bitbucket.org/virtualcommons/foraging/changeset/ccdf6a26a534/ changeset: ccdf6a26a534 user: all...@libai-vb-w7.la.asu.edu date: 2012-04-09 21:27:05 summary: updating crude windows deploy script to jdk 1.6.0_31 affected #: 1 file diff -r 79a7d47a525699cc3e37d0f9a3e038acf3a20a17 -r ccdf6a26a534cfc24e1d66a91d26fa2b0fc1f0d0 deploy.bat --- a/deploy.bat +++ b/deploy.bat @@ -5,6 +5,6 @@ REM This script will not work unless you make sure that ANT_HOME, M2_HOME, and JAVA_HOME are pointing at the correct location. set ANT_HOME=C:\tools\ant set M2_HOME=C:\tools\maven -set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_26 +set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_31 set PATH=%M2_HOME%\bin;%ANT_HOME%\bin;%JAVA_HOME%\bin;%PATH% ant clean deploy server Repository URL: https://bitbucket.org/virtualcommons/foraging/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |