Thanks Robert. - Steve On Jan 14, 2013, at 12:41 PM, [email protected] wrote:
> Author: rmuir > Date: Mon Jan 14 17:41:01 2013 > New Revision: 1433005 > > URL: http://svn.apache.org/viewvc?rev=1433005&view=rev > Log: > whitelist this link > > Modified: > lucene/dev/branches/branch_4x/ (props changed) > lucene/dev/branches/branch_4x/dev-tools/ (props changed) > lucene/dev/branches/branch_4x/dev-tools/scripts/checkJavadocLinks.py > > Modified: lucene/dev/branches/branch_4x/dev-tools/scripts/checkJavadocLinks.py > URL: > http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/dev-tools/scripts/checkJavadocLinks.py?rev=1433005&r1=1433004&r2=1433005&view=diff > ============================================================================== > --- lucene/dev/branches/branch_4x/dev-tools/scripts/checkJavadocLinks.py > (original) > +++ lucene/dev/branches/branch_4x/dev-tools/scripts/checkJavadocLinks.py Mon > Jan 14 17:41:01 2013 > @@ -197,6 +197,9 @@ def checkAll(dirName): > elif link.find('lucene.apache.org/java/docs/discussion.html') != -1: > # OK > pass > + elif link.find('lucene.apache.org/core/discussion.html') != -1: > + # OK > + pass > elif > link.find('lucene.apache.org/solr/mirrors-solr-latest-redir.html') != -1: > # OK > pass > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
