Does this not affect clickability of Java-Classes? ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected]
> -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Saturday, October 08, 2011 10:38 PM > To: [email protected] > Subject: svn commit: r1180484 - /lucene/dev/trunk/solr/common-build.xml > > Author: sarowe > Date: Sat Oct 8 20:38:01 2011 > New Revision: 1180484 > > URL: http://svn.apache.org/viewvc?rev=1180484&view=rev > Log: > Remove unnecessary and failure-prone (Jenkins builds are failing because > java.sun.com links regularly time out) ${javadoc.link} specialization > > 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=1180484&r1=1180483&r2=1180484&view=diff > ================================================================ > ============== > --- lucene/dev/trunk/solr/common-build.xml (original) > +++ lucene/dev/trunk/solr/common-build.xml Sat Oct 8 20:38:01 2011 > @@ -43,7 +43,6 @@ > <property name="tests.userdir" value="src/test-files"/> > <property name="example" value="${common-solr.dir}/example" /> > <property name="javadoc.dir" location="${build.dir}/docs/api"/> > - <property name="javadoc.link" > value="http://java.sun.com/javase/6/docs/api/"/> > <property name="tests.loggingfile" value="${common- > solr.dir}/testlogging.properties"/> > <property name="tests.threadspercpu" value="2"/> > <property name="tests.cleanthreads.sysprop" value="perClass"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
