Update of /cvsroot/nutch/nutch/src/java/net/nutch/fetcher
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25630/src/java/net/nutch/fetcher

Modified Files:
        Fetcher.java FetcherOutput.java 
Log Message:

  I moved around files in util/, fs/, and ndfs/ to be more appropriate.
Now util/ is fairly spare, and fs/ holds fs-related interfaces and client 
objects.  The ndfs/ directory holds the NDFS datanode and namenode code.
This is a better layout for the long term.



Index: Fetcher.java
===================================================================
RCS file: /cvsroot/nutch/nutch/src/java/net/nutch/fetcher/Fetcher.java,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** Fetcher.java        22 Nov 2004 16:49:17 -0000      1.45
--- Fetcher.java        5 Dec 2004 09:43:43 -0000       1.46
***************
*** 11,14 ****
--- 11,15 ----
  import net.nutch.io.*;
  import net.nutch.db.*;
+ import net.nutch.fs.*;
  import net.nutch.util.*;
  import net.nutch.protocol.*;

Index: FetcherOutput.java
===================================================================
RCS file: /cvsroot/nutch/nutch/src/java/net/nutch/fetcher/FetcherOutput.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** FetcherOutput.java  27 Oct 2004 07:30:13 -0000      1.24
--- FetcherOutput.java  5 Dec 2004 09:43:43 -0000       1.25
***************
*** 9,12 ****
--- 9,13 ----
  
  import net.nutch.io.*;
+ import net.nutch.fs.*;
  import net.nutch.util.*;
  import net.nutch.pagedb.FetchListEntry;



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Nutch-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to