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

Moved to servlet 2.4 format, removed un-needed tld declarations


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@552 b35dd754-fafc-0310-a699-88a17e54d16e
parent 82de9a19
<?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"> <!--<!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
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4">
<!--<web-app>-->
<web-app>
<display-name>Jive Messenger</display-name> <display-name>Jive Messenger</display-name>
<description>Open Source XMPP Server by Jive Software (jivesoftware.org)</description> <description>Open Source XMPP Server by Jive Software (jivesoftware.org)</description>
...@@ -45,18 +51,13 @@ ...@@ -45,18 +51,13 @@
<url-pattern>/plugins/*</url-pattern> <url-pattern>/plugins/*</url-pattern>
</servlet-mapping> </servlet-mapping>
<taglib> <jsp-config>
<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>
<taglib> <taglib>
<taglib-uri>admin</taglib-uri> <taglib-uri>admin</taglib-uri>
<taglib-location>/WEB-INF/admin.tld</taglib-location> <taglib-location>/WEB-INF/admin.tld</taglib-location>
</taglib> </taglib>
</jsp-config>
</web-app> </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