Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.help.webapp/advanced/livehelp.js.jsp2
-rw-r--r--org.eclipse.help.webapp/basic/livehelp.js.jsp2
-rw-r--r--org.eclipse.help.webapp/basic/searchView.jsp1
-rw-r--r--org.eclipse.help.webapp/index.jsp2
4 files changed, 3 insertions, 4 deletions
diff --git a/org.eclipse.help.webapp/advanced/livehelp.js.jsp b/org.eclipse.help.webapp/advanced/livehelp.js.jsp
index d4223c436..00049df07 100644
--- a/org.eclipse.help.webapp/advanced/livehelp.js.jsp
+++ b/org.eclipse.help.webapp/advanced/livehelp.js.jsp
@@ -8,7 +8,7 @@
Contributors:
IBM Corporation - initial API and implementation
--%>
-<%@ page import="java.util.*,org.eclipse.help.internal.webapp.servlet.*,org.eclipse.help.internal.webapp.data.*" errorPage="/advanced/err.jsp" contentType="text/html; charset=UTF-8"%>
+<%@ page import="org.eclipse.help.internal.webapp.data.*" errorPage="/advanced/err.jsp" contentType="text/html; charset=UTF-8"%>
<%
request.setCharacterEncoding("UTF-8");
%>
diff --git a/org.eclipse.help.webapp/basic/livehelp.js.jsp b/org.eclipse.help.webapp/basic/livehelp.js.jsp
index 508af9447..e5f77f40f 100644
--- a/org.eclipse.help.webapp/basic/livehelp.js.jsp
+++ b/org.eclipse.help.webapp/basic/livehelp.js.jsp
@@ -8,7 +8,7 @@
Contributors:
IBM Corporation - initial API and implementation
--%>
-<%@ page import="java.util.*,org.eclipse.help.internal.webapp.servlet.*,org.eclipse.help.internal.webapp.data.*" errorPage="/basic/err.jsp" contentType="text/html; charset=UTF-8"%>
+<%@ page import="org.eclipse.help.internal.webapp.servlet.*,org.eclipse.help.internal.webapp.data.*" errorPage="/basic/err.jsp" contentType="text/html; charset=UTF-8"%>
<%
request.setCharacterEncoding("UTF-8");
%>
diff --git a/org.eclipse.help.webapp/basic/searchView.jsp b/org.eclipse.help.webapp/basic/searchView.jsp
index 9eb194306..b23e59ee2 100644
--- a/org.eclipse.help.webapp/basic/searchView.jsp
+++ b/org.eclipse.help.webapp/basic/searchView.jsp
@@ -9,7 +9,6 @@
IBM Corporation - initial API and implementation
--%>
<%@ include file="header.jsp"%>
-<%@ page import="org.eclipse.help.internal.search.*"%>
<%
SearchData data = new SearchData(application, request);
diff --git a/org.eclipse.help.webapp/index.jsp b/org.eclipse.help.webapp/index.jsp
index d0160ad1c..5aee9d033 100644
--- a/org.eclipse.help.webapp/index.jsp
+++ b/org.eclipse.help.webapp/index.jsp
@@ -8,7 +8,7 @@
Contributors:
IBM Corporation - initial API and implementation
--%>
-<%@ page import="java.util.*,org.eclipse.help.*,org.eclipse.help.internal.webapp.servlet.*,org.eclipse.help.internal.webapp.data.*" errorPage="/advanced/err.jsp" contentType="text/html; charset=UTF-8"%>
+<%@ page import="org.eclipse.help.internal.webapp.data.*" errorPage="/advanced/err.jsp" contentType="text/html; charset=UTF-8"%>
<%
request.setCharacterEncoding("UTF-8");

Back to the top