You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2015/01/15 10:11:38 UTC

svn commit: r1651990 - in /lucene/dev/branches/lucene_solr_5_0: ./ dev-tools/ dev-tools/scripts/checkJavadocLinks.py

Author: jpountz
Date: Thu Jan 15 09:11:37 2015
New Revision: 1651990

URL: http://svn.apache.org/r1651990
Log:
SOLR-6870: Add http://lucene.apache.org/solr/resources.html to the whitelist.

Modified:
    lucene/dev/branches/lucene_solr_5_0/   (props changed)
    lucene/dev/branches/lucene_solr_5_0/dev-tools/   (props changed)
    lucene/dev/branches/lucene_solr_5_0/dev-tools/scripts/checkJavadocLinks.py

Modified: lucene/dev/branches/lucene_solr_5_0/dev-tools/scripts/checkJavadocLinks.py
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_5_0/dev-tools/scripts/checkJavadocLinks.py?rev=1651990&r1=1651989&r2=1651990&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_5_0/dev-tools/scripts/checkJavadocLinks.py (original)
+++ lucene/dev/branches/lucene_solr_5_0/dev-tools/scripts/checkJavadocLinks.py Thu Jan 15 09:11:37 2015
@@ -197,6 +197,9 @@ def checkAll(dirName):
         elif link == 'http://lucene.apache.org/solr/':
           # OK
           pass
+        elif link == 'http://lucene.apache.org/solr/resources.html':
+          # OK
+          pass
         elif link.find('lucene.apache.org/java/docs/discussion.html') != -1:
           # OK
           pass



Re: svn commit: r1651990 - in /lucene/dev/branches/lucene_solr_5_0: ./ dev-tools/ dev-tools/scripts/checkJavadocLinks.py

Posted by Erik Hatcher <er...@gmail.com>.
Thanks!   Sorry for the hassle. 

  Erik


> On Jan 15, 2015, at 04:11, jpountz@apache.org wrote:
> 
> Author: jpountz
> Date: Thu Jan 15 09:11:37 2015
> New Revision: 1651990
> 
> URL: http://svn.apache.org/r1651990
> Log:
> SOLR-6870: Add http://lucene.apache.org/solr/resources.html to the whitelist.
> 
> Modified:
>    lucene/dev/branches/lucene_solr_5_0/   (props changed)
>    lucene/dev/branches/lucene_solr_5_0/dev-tools/   (props changed)
>    lucene/dev/branches/lucene_solr_5_0/dev-tools/scripts/checkJavadocLinks.py
> 
> Modified: lucene/dev/branches/lucene_solr_5_0/dev-tools/scripts/checkJavadocLinks.py
> URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_5_0/dev-tools/scripts/checkJavadocLinks.py?rev=1651990&r1=1651989&r2=1651990&view=diff
> ==============================================================================
> --- lucene/dev/branches/lucene_solr_5_0/dev-tools/scripts/checkJavadocLinks.py (original)
> +++ lucene/dev/branches/lucene_solr_5_0/dev-tools/scripts/checkJavadocLinks.py Thu Jan 15 09:11:37 2015
> @@ -197,6 +197,9 @@ def checkAll(dirName):
>         elif link == 'http://lucene.apache.org/solr/':
>           # OK
>           pass
> +        elif link == 'http://lucene.apache.org/solr/resources.html':
> +          # OK
> +          pass
>         elif link.find('lucene.apache.org/java/docs/discussion.html') != -1:
>           # OK
>           pass
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org