Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDorian Birsan2002-12-19 16:18:20 +0000
committerDorian Birsan2002-12-19 16:18:20 +0000
commitb89e586c3ba07be077b47a9ecd07838a76677e50 (patch)
tree9fcf6175b273f13c780a2f307f925e4a3f24f5ee /org.eclipse.help.webapp/index.jsp
parent82cc599d08c3e03f8ca3240534b907bc1b008d51 (diff)
downloadeclipse.platform.ua-b89e586c3ba07be077b47a9ecd07838a76677e50.tar.gz
eclipse.platform.ua-b89e586c3ba07be077b47a9ecd07838a76677e50.tar.xz
eclipse.platform.ua-b89e586c3ba07be077b47a9ecd07838a76677e50.zip
replaceable app server
Diffstat (limited to 'org.eclipse.help.webapp/index.jsp')
-rw-r--r--org.eclipse.help.webapp/index.jsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.webapp/index.jsp b/org.eclipse.help.webapp/index.jsp
index 1f769199c..d437b51ca 100644
--- a/org.eclipse.help.webapp/index.jsp
+++ b/org.eclipse.help.webapp/index.jsp
@@ -2,7 +2,7 @@
(c) Copyright IBM Corp. 2000, 2002.
All Rights Reserved.
--%>
-<%@ page import="java.util.*,org.eclipse.help.*,org.eclipse.help.servlet.*,org.eclipse.help.servlet.data.*" errorPage="/advanced/err.jsp" contentType="text/html; charset=UTF-8"%>
+<%@ 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"%>
<%
request.setCharacterEncoding("UTF-8");

Back to the top