Author: siren
Date: Fri Feb  3 11:36:47 2006
New Revision: 374731

URL: http://svn.apache.org/viewcvs?rev=374731&view=rev
Log:
removed unused imports

Modified:
    lucene/nutch/trunk/src/web/jsp/anchors.jsp
    lucene/nutch/trunk/src/web/jsp/cached.jsp
    lucene/nutch/trunk/src/web/jsp/explain.jsp
    lucene/nutch/trunk/src/web/jsp/index.jsp
    lucene/nutch/trunk/src/web/jsp/search.jsp
    lucene/nutch/trunk/src/web/jsp/text.jsp

Modified: lucene/nutch/trunk/src/web/jsp/anchors.jsp
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/web/jsp/anchors.jsp?rev=374731&r1=374730&r2=374731&view=diff
==============================================================================
--- lucene/nutch/trunk/src/web/jsp/anchors.jsp (original)
+++ lucene/nutch/trunk/src/web/jsp/anchors.jsp Fri Feb  3 11:36:47 2006
@@ -3,8 +3,6 @@
   contentType="text/html; charset=UTF-8"
   pageEncoding="UTF-8"
 
-  import="javax.servlet.*"
-  import="javax.servlet.http.*"
   import="java.io.*"
   import="java.util.*"
 

Modified: lucene/nutch/trunk/src/web/jsp/cached.jsp
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/web/jsp/cached.jsp?rev=374731&r1=374730&r2=374731&view=diff
==============================================================================
--- lucene/nutch/trunk/src/web/jsp/cached.jsp (original)
+++ lucene/nutch/trunk/src/web/jsp/cached.jsp Fri Feb  3 11:36:47 2006
@@ -1,8 +1,6 @@
 <%@ page
   session="false"
   contentType="text/html; charset=UTF-8"
-  import="javax.servlet.*"
-  import="javax.servlet.http.*"
   import="java.io.*"
   import="java.util.*"
 

Modified: lucene/nutch/trunk/src/web/jsp/explain.jsp
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/web/jsp/explain.jsp?rev=374731&r1=374730&r2=374731&view=diff
==============================================================================
--- lucene/nutch/trunk/src/web/jsp/explain.jsp (original)
+++ lucene/nutch/trunk/src/web/jsp/explain.jsp Fri Feb  3 11:36:47 2006
@@ -3,8 +3,6 @@
   contentType="text/html; charset=UTF-8"
   pageEncoding="UTF-8" 
 
-  import="javax.servlet.*"
-  import="javax.servlet.http.*"
   import="java.io.*"
   import="java.util.*"
   import="org.apache.nutch.searcher.*"

Modified: lucene/nutch/trunk/src/web/jsp/index.jsp
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/web/jsp/index.jsp?rev=374731&r1=374730&r2=374731&view=diff
==============================================================================
--- lucene/nutch/trunk/src/web/jsp/index.jsp (original)
+++ lucene/nutch/trunk/src/web/jsp/index.jsp Fri Feb  3 11:36:47 2006
@@ -1,7 +1,5 @@
 <%@ page
   session="false"
-  import="javax.servlet.*"
-  import="javax.servlet.http.*"
   import="java.io.*"
   import="java.util.*"
 %><%

Modified: lucene/nutch/trunk/src/web/jsp/search.jsp
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/web/jsp/search.jsp?rev=374731&r1=374730&r2=374731&view=diff
==============================================================================
--- lucene/nutch/trunk/src/web/jsp/search.jsp (original)
+++ lucene/nutch/trunk/src/web/jsp/search.jsp Fri Feb  3 11:36:47 2006
@@ -3,7 +3,6 @@
   contentType="text/html; charset=UTF-8"
   pageEncoding="UTF-8"
 
-  import="javax.servlet.*"
   import="javax.servlet.http.*"
   import="java.io.*"
   import="java.util.*"

Modified: lucene/nutch/trunk/src/web/jsp/text.jsp
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/web/jsp/text.jsp?rev=374731&r1=374730&r2=374731&view=diff
==============================================================================
--- lucene/nutch/trunk/src/web/jsp/text.jsp (original)
+++ lucene/nutch/trunk/src/web/jsp/text.jsp Fri Feb  3 11:36:47 2006
@@ -1,8 +1,6 @@
 <%@ page
   session="false"
 
-  import="javax.servlet.*"
-  import="javax.servlet.http.*"
   import="java.io.*"
   import="java.util.*"
 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Nutch-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to