From 9db92a86261e190e80be4b1207411e63b7cfddd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Gonz=C3=A1lez=20Fern=C3=A1ndez?= Date: Fri, 15 May 2009 15:52:09 +0200 Subject: [PATCH] Remove tabs in web.xml. This tabs where introduced in commit c25c91a9b4359da7c7f1ac5f417e25b82983b4a7 "ItEr07S06ArquitecturaServidorItEr06S04: Adding centralized error pages." --- .../src/main/webapp/WEB-INF/web.xml | 168 +++++++++--------- 1 file changed, 84 insertions(+), 84 deletions(-) diff --git a/navalplanner-webapp/src/main/webapp/WEB-INF/web.xml b/navalplanner-webapp/src/main/webapp/WEB-INF/web.xml index d959d43c4..2a474e272 100644 --- a/navalplanner-webapp/src/main/webapp/WEB-INF/web.xml +++ b/navalplanner-webapp/src/main/webapp/WEB-INF/web.xml @@ -1,107 +1,107 @@ - helloworld + helloworld - - - contextConfigLocation - classpath*:/navalplanner-business-spring-config.xml classpath:/navalplanner-webapp-spring-config.xml classpath*:/navalplanner-override-spring-config.xml - + + + contextConfigLocation + classpath*:/navalplanner-business-spring-config.xml classpath:/navalplanner-webapp-spring-config.xml classpath*:/navalplanner-override-spring-config.xml + - - - - - dspLoader - org.zkoss.web.servlet.dsp.InterpreterServlet - - - dspLoader - *.dsp - - + + + + + dspLoader + org.zkoss.web.servlet.dsp.InterpreterServlet + + + dspLoader + *.dsp + + - - - - Used to cleanup when a session is destroyed - ZK Session Cleaner - org.zkoss.zk.ui.http.HttpSessionListener - + + + + Used to cleanup when a session is destroyed + ZK Session Cleaner + org.zkoss.zk.ui.http.HttpSessionListener + - + - - org.springframework.web.context.ContextLoaderListener - + + org.springframework.web.context.ContextLoaderListener + - - - org.springframework.web.context.request.RequestContextListener - + + + org.springframework.web.context.request.RequestContextListener + - + - - ZK loader for ZUML pages - zkLoader - org.zkoss.zk.ui.http.DHtmlLayoutServlet - - - update-uri - /zkau - - 1 - - - zkLoader - *.zul - - - zkLoader - *.zhtml - - - The asynchronous update engine for ZK - auEngine - org.zkoss.zk.au.http.DHtmlUpdateServlet - - - auEngine - /zkau/* - - + + ZK loader for ZUML pages + zkLoader + org.zkoss.zk.ui.http.DHtmlLayoutServlet + + + update-uri + /zkau + + 1 + + + zkLoader + *.zul + + + zkLoader + *.zhtml + + + The asynchronous update engine for ZK + auEngine + org.zkoss.zk.au.http.DHtmlUpdateServlet + + + auEngine + /zkau/* + + - + - /planner/main.zul + /planner/main.zul - + - - java.lang.Throwable - /common/error.zul - + + java.lang.Throwable + /common/error.zul + - - 404 + + 404 /common/page_not_found.zul - +