Author: tchemit Date: 2011-08-24 17:27:19 +0200 (Wed, 24 Aug 2011) New Revision: 241 Url: http://nuiton.org/repositories/revision/scmwebeditor/241 Log: remove unused import in jsp Modified: trunk/src/main/webapp/WEB-INF/content/modificationViewer.jsp trunk/src/main/webapp/WEB-INF/content/search.jsp trunk/src/main/webapp/WEB-INF/content/uploadForm.jsp Modified: trunk/src/main/webapp/WEB-INF/content/modificationViewer.jsp =================================================================== --- trunk/src/main/webapp/WEB-INF/content/modificationViewer.jsp 2011-08-24 15:21:15 UTC (rev 240) +++ trunk/src/main/webapp/WEB-INF/content/modificationViewer.jsp 2011-08-24 15:27:19 UTC (rev 241) @@ -22,12 +22,9 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --%> - <%-- Document : ModificationViewer Created on : 10 sept. 2009, 13:43:11 Author : glorieux --%> - <%@page import="org.apache.commons.lang.StringEscapeUtils"%> - <%@page import="java.util.Map"%> - <%@page import="org.nuiton.scmwebeditor.ScmSession"%> - - <%@page contentType="text/html" pageEncoding="UTF-8"%> + <%-- Document : ModificationViewer Created on : 10 sept. 2009, 13:43:11 Author : glorieux --%> + +<%@page contentType="text/html" pageEncoding="UTF-8"%> <%@ taglib prefix="s" uri="/struts-tags"%> <%@ taglib prefix="sj" uri="/struts-jquery-tags"%> <sj:head jquerytheme="default"/> Modified: trunk/src/main/webapp/WEB-INF/content/search.jsp =================================================================== --- trunk/src/main/webapp/WEB-INF/content/search.jsp 2011-08-24 15:21:15 UTC (rev 240) +++ trunk/src/main/webapp/WEB-INF/content/search.jsp 2011-08-24 15:27:19 UTC (rev 241) @@ -24,12 +24,8 @@ --%> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> -<%@page import="org.nuiton.scmwebeditor.actions.SearchAction"%> -<%@page import="java.util.LinkedList" %> -<%@page import="java.util.Iterator" %> - - - <%@ taglib prefix="s" uri="/struts-tags"%> + +<%@ taglib prefix="s" uri="/struts-tags"%> <%@ taglib prefix="sj" uri="/struts-jquery-tags"%> <%@ taglib prefix="sjt" uri="/struts-jquery-tree-tags" %> Modified: trunk/src/main/webapp/WEB-INF/content/uploadForm.jsp =================================================================== --- trunk/src/main/webapp/WEB-INF/content/uploadForm.jsp 2011-08-24 15:21:15 UTC (rev 240) +++ trunk/src/main/webapp/WEB-INF/content/uploadForm.jsp 2011-08-24 15:27:19 UTC (rev 241) @@ -24,10 +24,8 @@ --%> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> - <%@page import="org.nuiton.scmwebeditor.ScmSession"%> - <%@page import="org.nuiton.scmwebeditor.SvnConnection"%> - - <%@ taglib prefix="s" uri="/struts-tags"%> + +<%@ taglib prefix="s" uri="/struts-tags"%> <%@ taglib prefix="sj" uri="/struts-jquery-tags"%> <%@ taglib prefix="sjt" uri="/struts-jquery-tree-tags" %>