You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by do...@apache.org on 2007/08/01 16:50:52 UTC

svn commit: r561816 - /lucene/nutch/trunk/src/plugin/summary-lucene/plugin.xml

Author: dogacan
Date: Wed Aug  1 07:50:51 2007
New Revision: 561816

URL: http://svn.apache.org/viewvc?view=rev&rev=561816
Log:
Plugin summary-lucene's plugin.xml contained a link to non-existant lucene-highlighter jar. Updated plugin.xml to point to new jar.

Modified:
    lucene/nutch/trunk/src/plugin/summary-lucene/plugin.xml

Modified: lucene/nutch/trunk/src/plugin/summary-lucene/plugin.xml
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/src/plugin/summary-lucene/plugin.xml?view=diff&rev=561816&r1=561815&r2=561816
==============================================================================
--- lucene/nutch/trunk/src/plugin/summary-lucene/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/summary-lucene/plugin.xml Wed Aug  1 07:50:51 2007
@@ -25,7 +25,7 @@
       <library name="summary-lucene.jar">
          <export name="*"/>
       </library>
-      <library name="lucene-highlighter-2.1.0.jar"/>
+      <library name="lucene-highlighter-2.2.0.jar"/>
    </runtime>
 
    <requires>