You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2011/05/29 18:22:11 UTC

svn commit: r1128900 - /lucene/dev/nightly/hudson-lusolr-tests-3.x.sh

Author: mikemccand
Date: Sun May 29 16:22:11 2011
New Revision: 1128900

URL: http://svn.apache.org/viewvc?rev=1128900&view=rev
Log:
on 3.x its 'ant javadoc' for solr not 'ant javadocs'

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

Modified: lucene/dev/nightly/hudson-lusolr-tests-3.x.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lusolr-tests-3.x.sh?rev=1128900&r1=1128899&r2=1128900&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lusolr-tests-3.x.sh (original)
+++ lucene/dev/nightly/hudson-lusolr-tests-3.x.sh Sun May 29 16:22:11 2011
@@ -39,5 +39,5 @@ JAVA_HOME=$JAVA_HOME_16 $ANT_HOME/bin/an
 # verify solr javadocs have no warnings
 cd $WORKSPACE/$SOLR_DIR
 JAVA_HOME=$JAVA_HOME_16 $ANT_HOME/bin/ant \
-  javadocs
+  javadoc