Commit ee106df0 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Formatting fixes


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@52 b35dd754-fafc-0310-a699-88a17e54d16e
parent 7364fb80
<?xml version = '1.0' encoding = 'ISO-8859-1'?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<display-name>Jive Messenger</display-name>
<description>XMPP Server by Jive Software (jivesoftware.com)</description>
<context-param>
<param-name>javax.servlet.jsp.jstl.fmt.localizationContext</param-name>
<param-value>la</param-value>
</context-param>
<display-name>Jive Messenger</display-name>
<description>Open Source XMPP Server by Jive Software (jivesoftware.org)</description>
<context-param>
<param-name>javax.servlet.jsp.jstl.fmt.localizationContext</param-name>
<param-value>la</param-value>
</context-param>
<servlet>
<servlet-name>XMPPBootServlet</servlet-name>
<servlet-class>org.jivesoftware.messenger.XMPPBootServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
<taglib>
<taglib-uri>core</taglib-uri>
<taglib-location>/WEB-INF/c.tld</taglib-location>
</taglib>
<taglib>
</servlet>
<!-- @@ JSPC DEFINED SERVLET PLACEHOLDER @@ -->
<taglib>
<taglib-uri>core</taglib-uri>
<taglib-location>/WEB-INF/c.tld</taglib-location>
</taglib>
<taglib>
<taglib-uri>fmt</taglib-uri>
<taglib-location>/WEB-INF/fmt.tld</taglib-location>
</taglib>
</web-app>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment