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

svn commit: r1310062 - /lucene/dev/trunk/solr/common-build.xml

Author: hossman
Date: Thu Apr  5 20:46:11 2012
New Revision: 1310062

URL: http://svn.apache.org/viewvc?rev=1310062&view=rev
Log:
SOLR-3323: make solr->lucene javadoc links relative by default for SNAPSHOT builds

Modified:
    lucene/dev/trunk/solr/common-build.xml

Modified: lucene/dev/trunk/solr/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/common-build.xml?rev=1310062&r1=1310061&r2=1310062&view=diff
==============================================================================
--- lucene/dev/trunk/solr/common-build.xml (original)
+++ lucene/dev/trunk/solr/common-build.xml Thu Apr  5 20:46:11 2012
@@ -218,7 +218,7 @@
 
   <target name="define-lucene-javadoc-url-SNAPSHOT" if="version.contains.SNAPSHOT">
     <property name="lucene.javadoc.url"
-              value="https://builds.apache.org/job/Lucene-3.x/javadoc/all/"/>
+              value="${common.dir}/build/docs/api/all/"/>
   </target>
 
   <target name="define-lucene-javadoc-url-release" unless="version.contains.SNAPSHOT">