Typo in plugin/urlfilter-regex/plugin.xml
-----------------------------------------
Key: NUTCH-107
URL: http://issues.apache.org/jira/browse/NUTCH-107
Project: Nutch
Type: Bug
Versions: 0.7
Reporter: Stephen Cross
Priority: Trivial
There is a typo in the extension id definition of the urlfilter-regex plugin.xml
<extension id="org.apache.nutch.net.urlfiler"
name="Nutch Regex URL Filter"
point="org.apache.nutch.net.URLFilter">
should be:
<extension id="org.apache.nutch.net.urlfilter"
name="Nutch Regex URL Filter"
point="org.apache.nutch.net.URLFilter">
Note that 'urlfiler' should be 'urlfilter'
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira