You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2012/11/12 14:42:32 UTC

svn commit: r1408282 - in /nutch/trunk: CHANGES.txt src/plugin/urlfilter-automaton/ivy.xml src/plugin/urlfilter-automaton/lib/ src/plugin/urlfilter-automaton/plugin.xml

Author: lewismc
Date: Mon Nov 12 13:42:31 2012
New Revision: 1408282

URL: http://svn.apache.org/viewvc?rev=1408282&view=rev
Log:
NUTCH-1451 Upgrade automaton jar to 1.11-8

Removed:
    nutch/trunk/src/plugin/urlfilter-automaton/lib/
Modified:
    nutch/trunk/CHANGES.txt
    nutch/trunk/src/plugin/urlfilter-automaton/ivy.xml
    nutch/trunk/src/plugin/urlfilter-automaton/plugin.xml

Modified: nutch/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1408282&r1=1408281&r2=1408282&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Mon Nov 12 13:42:31 2012
@@ -2,6 +2,8 @@ Nutch Change Log
 
 (trunk) Current Development:
 
+* NUTCH-1451 Upgrade automaton jar to 1.11-8 (lewismc)
+
 * NUTCH-1488 bin/nutch to run junit from any directory (snagel via lewismc)
 
 * NUTCH-1493 Error adding field 'contentLength'='' during solrindex using index-more (Nathan Gass via lewismc)

Modified: nutch/trunk/src/plugin/urlfilter-automaton/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/src/plugin/urlfilter-automaton/ivy.xml?rev=1408282&r1=1408281&r2=1408282&view=diff
==============================================================================
--- nutch/trunk/src/plugin/urlfilter-automaton/ivy.xml (original)
+++ nutch/trunk/src/plugin/urlfilter-automaton/ivy.xml Mon Nov 12 13:42:31 2012
@@ -36,6 +36,7 @@
   </publications>
 
   <dependencies>
+    <dependency org="dk.brics.automaton" name="automaton" rev="1.11-8" conf="*->default" />
   </dependencies>
   
 </ivy-module>

Modified: nutch/trunk/src/plugin/urlfilter-automaton/plugin.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/src/plugin/urlfilter-automaton/plugin.xml?rev=1408282&r1=1408281&r2=1408282&view=diff
==============================================================================
--- nutch/trunk/src/plugin/urlfilter-automaton/plugin.xml (original)
+++ nutch/trunk/src/plugin/urlfilter-automaton/plugin.xml Mon Nov 12 13:42:31 2012
@@ -25,7 +25,7 @@
       <library name="urlfilter-automaton.jar">
          <export name="*"/>
       </library>
-      <library name="automaton.jar"/>
+      <library name="automaton-1.11-8.jar"/>
    </runtime>
 
    <requires>