Update of /cvsroot/nutch/nutch/src/test/net/nutch/db In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25630/src/test/net/nutch/db
Modified Files: DBTester.java TestWebDB.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: TestWebDB.java =================================================================== RCS file: /cvsroot/nutch/nutch/src/test/net/nutch/db/TestWebDB.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TestWebDB.java 20 Aug 2004 20:36:16 -0000 1.3 --- TestWebDB.java 5 Dec 2004 09:43:51 -0000 1.4 *************** *** 4,7 **** --- 4,8 ---- package net.nutch.db; + import net.nutch.fs.*; import net.nutch.util.*; Index: DBTester.java =================================================================== RCS file: /cvsroot/nutch/nutch/src/test/net/nutch/db/DBTester.java,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** DBTester.java 20 Aug 2004 20:36:16 -0000 1.18 --- DBTester.java 5 Dec 2004 09:43:51 -0000 1.19 *************** *** 9,12 **** --- 9,13 ---- import net.nutch.db.*; import net.nutch.io.*; + import net.nutch.fs.*; import net.nutch.util.*; import net.nutch.linkdb.*; ------------------------------------------------------- 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