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 2012/04/25 20:58:36 UTC

svn commit: r1330486 - /lucene/dev/nightly/hudson-lusolr-tests-trunk.sh

Author: uschindler
Date: Wed Apr 25 18:58:36 2012
New Revision: 1330486

URL: http://svn.apache.org/viewvc?rev=1330486&view=rev
Log:
rename env var

Modified:
    lucene/dev/nightly/hudson-lusolr-tests-trunk.sh

Modified: lucene/dev/nightly/hudson-lusolr-tests-trunk.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lusolr-tests-trunk.sh?rev=1330486&r1=1330485&r2=1330486&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lusolr-tests-trunk.sh (original)
+++ lucene/dev/nightly/hudson-lusolr-tests-trunk.sh Wed Apr 25 18:58:36 2012
@@ -19,7 +19,7 @@ $ANT_HOME/bin/ant \
   -lib $RAT_JAR \
   rat-sources
 
-if [ -z "$USE_JDK7" ]; then
+if [ -z "$NO_JAVADOCS" ]; then
   # verify lucene core javadocs have no warnings
   cd $WORKSPACE/$CORE_DIR
   $ANT_HOME/bin/ant \