You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2010/10/04 12:19:45 UTC

svn commit: r1004187 - /lucene/dev/nightly/hudson-settings.sh

Author: uschindler
Date: Mon Oct  4 10:19:45 2010
New Revision: 1004187

URL: http://svn.apache.org/viewvc?rev=1004187&view=rev
Log:
typo in path

Modified:
    lucene/dev/nightly/hudson-settings.sh

Modified: lucene/dev/nightly/hudson-settings.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-settings.sh?rev=1004187&r1=1004186&r2=1004187&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-settings.sh (original)
+++ lucene/dev/nightly/hudson-settings.sh Mon Oct  4 10:19:45 2010
@@ -6,5 +6,5 @@ SVN_EXE=svn
 CLOVER=/home/hudson/tools/clover/clover2latest
 
 # we sometimes ignore hudson-supplied Java version and enforce 1.5 for compilation, but run tests in 1.6:
-JAVA_HOME_15=/home/hudson/tools/java/latest15
-JAVA_HOME_16=/home/hudson/tools/java/latest16
+JAVA_HOME_15=/home/hudson/tools/java/latest1.5
+JAVA_HOME_16=/home/hudson/tools/java/latest1.6