SOLR-3323: make solr->lucene javadoc links relative by default for SNAPSHOT builds

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2012-04-05 20:46:11 +00:00
parent 2ebf6243ca
commit 04609de9c7
1 changed files with 1 additions and 1 deletions

View File

@ -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">