You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by si...@apache.org on 2007/03/11 09:01:24 UTC

svn commit: r516866 - in /lucene/nutch/trunk: CHANGES.txt lib/jakarta-oro-2.0.7.jar

Author: siren
Date: Sun Mar 11 00:01:22 2007
New Revision: 516866

URL: http://svn.apache.org/viewvc?view=rev&rev=516866
Log:
Remove oro as dependency

Removed:
    lucene/nutch/trunk/lib/jakarta-oro-2.0.7.jar
Modified:
    lucene/nutch/trunk/CHANGES.txt

Modified: lucene/nutch/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/CHANGES.txt?view=diff&rev=516866&r1=516865&r2=516866
==============================================================================
--- lucene/nutch/trunk/CHANGES.txt (original)
+++ lucene/nutch/trunk/CHANGES.txt Sun Mar 11 00:01:22 2007
@@ -166,6 +166,9 @@
 56. NUTCH-436 - Incorrect handling of relative paths when the embedded URL 
 	path is empty (kubes)
 	
+57. Replace oro with jre regular expressions in plugins, remove oro from
+    dependencies (siren)
+	
 Release 0.8 - 2006-07-25
 
  0. Totally new architecture, based on hadoop