aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/servlet/conf/web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/servlet/conf/web.xml')
-rw-r--r--contrib/servlet/conf/web.xml32
1 files changed, 16 insertions, 16 deletions
diff --git a/contrib/servlet/conf/web.xml b/contrib/servlet/conf/web.xml
index 4c5bad35e..525dc8d07 100644
--- a/contrib/servlet/conf/web.xml
+++ b/contrib/servlet/conf/web.xml
@@ -2,20 +2,20 @@
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
"http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
<web-app>
- <servlet>
- <servlet-name>Fop</servlet-name>
- <servlet-class>FopServlet</servlet-class>
- </servlet>
- <servlet-mapping>
- <servlet-name>Fop</servlet-name>
- <url-pattern>/</url-pattern>
- </servlet-mapping>
- <servlet>
- <servlet-name>FopPrint</servlet-name>
- <servlet-class>FopPrintServlet</servlet-class>
- </servlet>
- <servlet-mapping>
- <servlet-name>FopPrint</servlet-name>
- <url-pattern>/fopprint</url-pattern>
- </servlet-mapping>
+ <servlet>
+ <servlet-name>Fop</servlet-name>
+ <servlet-class>FopServlet</servlet-class>
+ </servlet>
+ <servlet-mapping>
+ <servlet-name>Fop</servlet-name>
+ <url-pattern>/</url-pattern>
+ </servlet-mapping>
+ <servlet>
+ <servlet-name>FopPrint</servlet-name>
+ <servlet-class>FopPrintServlet</servlet-class>
+ </servlet>
+ <servlet-mapping>
+ <servlet-name>FopPrint</servlet-name>
+ <url-pattern>/fopprint</url-pattern>
+ </servlet-mapping>
</web-app>