You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2012/04/05 23:51:59 UTC

svn commit: r1310090 - /lucene/dev/nightly/hudson-solr-trunk.sh

Author: sarowe
Date: Thu Apr  5 21:51:58 2012
New Revision: 1310090

URL: http://svn.apache.org/viewvc?rev=1310090&view=rev
Log:
SOLR-3323: Point Jenkins-built nightly Solr trunk javadocs to the Jenkins-built Lucene trunk javadocs.

Modified:
    lucene/dev/nightly/hudson-solr-trunk.sh

Modified: lucene/dev/nightly/hudson-solr-trunk.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-solr-trunk.sh?rev=1310090&r1=1310089&r2=1310090&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-solr-trunk.sh (original)
+++ lucene/dev/nightly/hudson-solr-trunk.sh Thu Apr  5 21:51:58 2012
@@ -22,6 +22,7 @@ $ANT_HOME/bin/ant \
   -Dtests.nightly=true \
   -Djunit.formatter=xml \
   -Dargs="$TEST_JVM_ARGS" \
+  -Dlucene.javadoc.url="https://builds.apache.org/job/Lucene-trunk/javadoc/all/" \
   clean-jars clean test package
 
 # release it