lib-lucene-analyzers jar defintion is wrong in plugin.xml
---------------------------------------------------------

                 Key: NUTCH-507
                 URL: https://issues.apache.org/jira/browse/NUTCH-507
             Project: Nutch
          Issue Type: Bug
         Environment: Linux, Java 1.6
            Reporter: Emmanuel Joke
             Fix For: 1.0.0


lucene-analyzers-2.2.0.jar has been recently committed but the plugin.xml is 
still pointing to the old jar which doesn't exist in the lib 
folder(lucene-analyzers-2.1.0.jar)

It is defined as below:
<plugin
   id="lib-lucene-analyzers"
   name="Lucene Analysers"
   version="2.0.0"
   provider-name="org.apache.lucene">

   <runtime>
     <library name="lucene-analyzers-2.1.0.jar">
        <export name="*"/>
     </library>
   </runtime>

</plugin>

It should be:
<plugin
   id="lib-lucene-analyzers"
   name="Lucene Analysers"
   version="2.2.0"
   provider-name="org.apache.lucene">

   <runtime>
     <library name="lucene-analyzers-2.2.0.jar">
        <export name="*"/>
     </library>
   </runtime>

</plugin>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Nutch-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to