Update of /cvsroot/nutch/nutch/src/java/net/nutch/searcher In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25630/src/java/net/nutch/searcher
Modified Files: FetchedSegments.java NutchBean.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: FetchedSegments.java =================================================================== RCS file: /cvsroot/nutch/nutch/src/java/net/nutch/searcher/FetchedSegments.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** FetchedSegments.java 1 Nov 2004 20:21:59 -0000 1.10 --- FetchedSegments.java 5 Dec 2004 09:43:48 -0000 1.11 *************** *** 10,13 **** --- 10,14 ---- import net.nutch.io.*; + import net.nutch.fs.*; import net.nutch.db.*; import net.nutch.util.*; Index: NutchBean.java =================================================================== RCS file: /cvsroot/nutch/nutch/src/java/net/nutch/searcher/NutchBean.java,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** NutchBean.java 1 Nov 2004 20:23:36 -0000 1.17 --- NutchBean.java 5 Dec 2004 09:43:48 -0000 1.18 *************** *** 10,13 **** --- 10,14 ---- import javax.servlet.ServletContext; + import net.nutch.fs.*; import net.nutch.util.*; import net.nutch.parse.*; ------------------------------------------------------- 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