Author: lewismc
Date: Mon Nov 12 13:56:30 2012
New Revision: 1408289

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

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

Modified: nutch/branches/2.x/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/nutch/branches/2.x/CHANGES.txt?rev=1408289&r1=1408288&r2=1408289&view=diff
==============================================================================
--- nutch/branches/2.x/CHANGES.txt (original)
+++ nutch/branches/2.x/CHANGES.txt Mon Nov 12 13:56:30 2012
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release 2.2 - Current Development
 
+* NUTCH-1451 Upgrade automaton jar to 1.11-8 (lewismc)
+
 * NUTCH-1496 ParserJob logs skipped urls with level info (Nathan Gass via 
lewismc)
 
 * NUTCH-1488 bin/nutch to run junit from any directory (snagel via lewismc)

Modified: nutch/branches/2.x/src/plugin/urlfilter-automaton/ivy.xml
URL: 
http://svn.apache.org/viewvc/nutch/branches/2.x/src/plugin/urlfilter-automaton/ivy.xml?rev=1408289&r1=1408288&r2=1408289&view=diff
==============================================================================
--- nutch/branches/2.x/src/plugin/urlfilter-automaton/ivy.xml (original)
+++ nutch/branches/2.x/src/plugin/urlfilter-automaton/ivy.xml Mon Nov 12 
13:56:30 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/branches/2.x/src/plugin/urlfilter-automaton/plugin.xml
URL: 
http://svn.apache.org/viewvc/nutch/branches/2.x/src/plugin/urlfilter-automaton/plugin.xml?rev=1408289&r1=1408288&r2=1408289&view=diff
==============================================================================
--- nutch/branches/2.x/src/plugin/urlfilter-automaton/plugin.xml (original)
+++ nutch/branches/2.x/src/plugin/urlfilter-automaton/plugin.xml Mon Nov 12 
13:56:30 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>


Reply via email to