You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Steve Rowe <sa...@gmail.com> on 2013/01/14 18:44:37 UTC

Re: svn commit: r1433005 - in /lucene/dev/branches/branch_4x: ./ dev-tools/ dev-tools/scripts/checkJavadocLinks.py

Thanks Robert. - Steve

On Jan 14, 2013, at 12:41 PM, rmuir@apache.org 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org