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 2006/06/06 20:24:15 UTC

svn commit: r412183 - in /lucene/nutch/trunk: contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch/ src/java/org/apache/nutch/util/ src/plugin/subcollection/src/java/org/apache/nutch/util/

Author: siren
Date: Tue Jun  6 11:24:14 2006
New Revision: 412183

URL: http://svn.apache.org/viewvc?rev=412183&view=rev
Log:
refactored DomUtil to be part of core

Added:
    lucene/nutch/trunk/src/java/org/apache/nutch/util/DomUtil.java
      - copied unchanged from r411904, lucene/nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/util/DomUtil.java
Removed:
    lucene/nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch/DomUtil.java
    lucene/nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/util/
Modified:
    lucene/nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch/SimpleKeyMatcher.java

Modified: lucene/nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch/SimpleKeyMatcher.java
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch/SimpleKeyMatcher.java?rev=412183&r1=412182&r2=412183&view=diff
==============================================================================
--- lucene/nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch/SimpleKeyMatcher.java (original)
+++ lucene/nutch/trunk/contrib/web2/plugins/web-keymatch/src/java/org/apache/nutch/keymatch/SimpleKeyMatcher.java Tue Jun  6 11:24:14 2006
@@ -32,6 +32,7 @@
 import org.apache.hadoop.conf.Configured;
 import org.apache.hadoop.util.LogFormatter;
 import org.apache.nutch.searcher.Query;
+import org.apache.nutch.util.DomUtil;
 import org.apache.xerces.dom.DocumentImpl;
 import org.w3c.dom.Element;
 import org.w3c.dom.NodeList;